Skip to content

Commit

Permalink
Merge pull request #160 from svalinn/change_import_order
Browse files Browse the repository at this point in the history
import ivb components first so vol ids start at 1
  • Loading branch information
connoramoreno authored Sep 27, 2024
2 parents 3224b20 + 4cdc146 commit 30af9b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parastell/parastell.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,12 +387,12 @@ def build_cubit_model(self, skip_imprint=False, legacy_faceting=True):
else:
cubit_io.init_cubit()

if self.magnet_set:
self._import_magnets_step()

if self.invessel_build:
self._import_ivb_step()

if self.magnet_set:
self._import_magnets_step()

if skip_imprint:
self.invessel_build.merge_layer_surfaces()
else:
Expand Down

0 comments on commit 30af9b9

Please sign in to comment.