Skip to content

Commit

Permalink
Test commit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
connoramoreno committed Sep 9, 2024
1 parent 1dbbbe7 commit 979f17b
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
# Test comment 2

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 979f17b

Please sign in to comment.