removd print statement

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

View file

@ -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"
)