Skip to content

Commit

Permalink
Update pymm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daavid00 authored Sep 2, 2022
1 parent 53716c7 commit d2ebe38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymm/core/pymm.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def pymm():
parser.add_argument(
"-g",
"--gmsh",
default="/home/AD.NORCERESEARCH.NO/dmar/Github/gmsh/build/gmsh",
default="gmsh",
help="The full path to the gmsh executable or simple Gmsh if it runs from the terminal ('gmsh' by default).",
)
parser.parse_args()
Expand Down

0 comments on commit d2ebe38

Please sign in to comment.