Skip to content

Commit

Permalink
Test commit 3
Browse files Browse the repository at this point in the history
  • Loading branch information
connoramoreno committed Sep 9, 2024
1 parent 979f17b commit a98b70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parastell/magnet_coils.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def mesh_magnets(self):
for vol in self.volume_ids:
cubit.cmd(f"volume {vol} scheme tetmesh")
cubit.cmd(f"mesh volume {vol}")
# Test comment 2
# Test comment 3

def export_mesh(self, mesh_filename="magnet_mesh", export_dir=""):
"""Creates tetrahedral mesh of magnet volumes and exports H5M format
Expand Down

0 comments on commit a98b70a

Please sign in to comment.