Salome HOME
"Conflicting constraints" should appear when a center of fillet is coincident with...
[modules/shaper.git] / linux_run.sh
index 2afb8078b1ca38d1efd8d92fb773ab8a10f0b8da..5294b88287ccf7f3de55d1a420577f8457319062 100755 (executable)
@@ -1,17 +1,8 @@
 #!/bin/bash
 
-a_dir=$(dirname $0)
+source env.sh
+source ${TOOLS_DIR}/env_standalone.sh
 
-cd ${a_dir}
+APP=${NEWGEOM_ROOT_DIR}/bin/GeomApp
 
-source ${a_dir}/env.sh
-source ${a_dir}/env_standalone.sh
-
-if [ -f GDB ]; then
-  ${INSTALL_DIR}/bin/GeomApp &
-  APP_PID=$!
-  echo "Connecting GDB to PID ${APP_PID}..."
-  gdb --command=./commands.gdb - ${APP_PID}
-else
-  ${INSTALL_DIR}/bin/GeomApp
-fi
+${APP}