Respond to remaining comments from @wbinventor on #454

This commit is contained in:
Paul Romano 2015-09-25 14:43:32 +07:00
parent 81fa63886b
commit f3f6753820
19 changed files with 53 additions and 60 deletions

View file

@ -168,7 +168,7 @@ plot_file.export_to_xml()
# Instantiate a tally mesh
mesh = openmc.Mesh(mesh_id=1)
mesh.type = 'rectangular'
mesh.type = 'regular'
mesh.dimension = [4, 4]
mesh.lower_left = [-2, -2]
mesh.width = [1, 1]