removed print statement

This commit is contained in:
RemDelaporteMathurin 2022-06-29 09:50:28 +02:00
parent bff8bc4b45
commit b61ec91d78

View file

@ -3296,7 +3296,6 @@ def voxels_to_vtk(mesh, mean, std_dev):
system_of_coordinates = "cartesian"
if isinstance(mesh, openmc.RegularMesh):
print('coucou')
x_vals = np.linspace(
mesh.lower_left[0],
mesh.upper_right[0],