Skip to content

Commit

Permalink
EXODUS: Import a specific exodus version from exomerge
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed May 16, 2024
1 parent 7990ec8 commit 9136278
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 2 additions & 5 deletions packages/seacas/scripts/exomerge2.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Exomerge is a lightweight Python interface for manipulating ExodusII files.
Copyright(C) 1999-2020, 2023 National Technology & Engineering Solutions
Copyright(C) 1999-2020, 2023, 2024 National Technology & Engineering Solutions
of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
NTESS, the U.S. Government retains certain rights in this software.
Expand Down Expand Up @@ -53,10 +53,7 @@

# import exodus module
# (exodus.py should be in the same directory as this file)
try:
import exodus
except:
import exodus2 as exodus
import exodus2 as exodus

# informal version number of this module
__version__ = 8.6
Expand Down
5 changes: 1 addition & 4 deletions packages/seacas/scripts/exomerge3.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@

# import exodus module
# (exodus.py should be in the same directory as this file)
try:
import exodus
except Exception:
import exodus3 as exodus
import exodus3 as exodus

# informal version number of this module
__version__ = "8.6.1"
Expand Down

0 comments on commit 9136278

Please sign in to comment.