We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ae6f52 + 7c8f6f5 commit 48a74baCopy full SHA for 48a74ba
openmc_dagmc_wrapper/Tally.py
@@ -271,7 +271,7 @@ def add_mesh_filter(self, bounding_box):
271
else:
272
self.bounding_box = bounding_box
273
274
- mesh = openmc.RegularMesh(mesh_id=1, name="3d_mesh")
+ mesh = openmc.RegularMesh(name="3d_mesh")
275
mesh.dimension = self.mesh_resolution
276
mesh.lower_left = self.bounding_box[0]
277
mesh.upper_right = self.bounding_box[1]
0 commit comments