Salome HOME
2.17. Improved management of overconstraint situation: Processing added arguments...
[modules/shaper.git] / linux_run.sh
index b8968cc17d46949b753c63ed1c085f89c00ca5e5..f84755c194e9d9eb4c719d4d011de04b02cbe2fa 100755 (executable)
@@ -1,6 +1,10 @@
 #!/bin/bash
 
 source env.sh
-source env_standalone.sh
+source ${TOOLS_DIR}/env_standalone.sh
 
-${INSTALL_DIR}/bin/GeomApp
+${TOOLS_DIR}/solver.sh "$@"
+
+APP=${NEWGEOM_ROOT_DIR}/bin/GeomApp
+
+${APP}