Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #51 from fusion-energy/develop
Browse files Browse the repository at this point in the history
adding cubit reset
  • Loading branch information
shimwell authored Oct 16, 2021
2 parents 6b5e45f + 867d78f commit f34321b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cad_to_h5m/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ def cad_to_h5m(
cubit,
verbose,
)

#resets cubit workspace
cubit.cmd('reset')

return h5m_filename


Expand Down

0 comments on commit f34321b

Please sign in to comment.