Skip to content

Commit

Permalink
corrected file imports for georeverse
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Apr 26, 2024
1 parent aad2750 commit d424f67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/geouned/GEOReverse/reverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

from .CodeVersion import *
from .Modules.buildCAD import buildCAD, makeTree
from .Modules.McnpInput import McnpInput
from .Modules.Objects import CADCell
from .Modules.MCNPinput import McnpInput
from .Modules.Objects import CadCell
from .Modules.processInp import setOptions
from .Modules.XmlInput import XmlInput
from .Modules.XMLinput import XmlInput


def reverse(optFile="configRevese.ini"):
Expand Down

0 comments on commit d424f67

Please sign in to comment.