Skip to content

Commit

Permalink
Compatible with current MCNPy modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kowalp committed Jan 19, 2023
1 parent e773a34 commit 625bf3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/translate_mcnp_openmc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from mcnpy.translate_to_openmc import translate
from mcnpy.translate_mcnp_openmc import translate_file

if __name__ == '__main__':
import sys
translate(sys.argv[1])
translate_file(sys.argv[1])

0 comments on commit 625bf3d

Please sign in to comment.