Skip to content

Commit fb5afb4

Browse files
committed
another cleanup
1 parent fee12c3 commit fb5afb4

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

simpeg_drivers/plate_simulation/driver.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,7 @@ def make_mesh(self) -> Octree:
193193
topography=self.simulation_parameters.active_cells.topography_object,
194194
plates=surfaces,
195195
)
196-
# octree_params = self.params.mesh.octree_params(
197-
# self.survey,
198-
# self.simulation_parameters.active_cells.topography_object,
199-
# [p.surface.copy(parent=self._out_group) for p in self.plates],
200-
# )
201-
# octree_driver = OctreeDriver(octree_params)
202-
# mesh = octree_driver.run()
196+
203197
mesh.parent = self._out_group
204198

205199
return mesh

0 commit comments

Comments
 (0)