From d2ebe38fc6cb0d275d25f294126e84759dfb6313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Landa-Marb=C3=A1n?= Date: Fri, 2 Sep 2022 12:16:05 +0200 Subject: [PATCH] Update pymm.py --- src/pymm/core/pymm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pymm/core/pymm.py b/src/pymm/core/pymm.py index f223ad7..ad93a1f 100644 --- a/src/pymm/core/pymm.py +++ b/src/pymm/core/pymm.py @@ -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()