mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
removd print statement
This commit is contained in:
parent
b61ec91d78
commit
cac84d6e1f
1 changed files with 0 additions and 1 deletions
|
|
@ -3321,7 +3321,6 @@ def voxels_to_vtk(mesh, mean, std_dev):
|
|||
z_vals = mesh.z_grid
|
||||
system_of_coordinates = "cylindrical"
|
||||
else:
|
||||
print(type(mesh))
|
||||
raise ValueError(
|
||||
"voxels_to_vtk only works with openmc.RegularMesh, openmc.RectilinearMesh, openmc.CylindricalMesh"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue