mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
removed print statement
This commit is contained in:
parent
bff8bc4b45
commit
b61ec91d78
1 changed files with 0 additions and 1 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue