Remove troublesome mesh_id assignment. Closes #924

This commit is contained in:
Alex Lindsay 2017-10-24 09:01:50 -06:00
parent c16b8898b6
commit b0cc6a320f

View file

@ -119,7 +119,7 @@ settings_file.export_to_xml()
###############################################################################
# Instantiate a tally mesh
mesh = openmc.Mesh(mesh_id=1)
mesh = openmc.Mesh()
mesh.type = 'regular'
mesh.dimension = [100, 100, 1]
mesh.lower_left = [-0.62992, -0.62992, -1.e50]