Salome HOME
-k key is excluded for runnung SALOME with SIMAN
authorbri <bri@opencascade.com>
Mon, 10 Feb 2014 14:33:45 +0000 (18:33 +0400)
committerbri <bri@opencascade.com>
Mon, 10 Feb 2014 14:33:45 +0000 (18:33 +0400)
scripts/run_salome_siman.sh

index 4a4d82d74246ae581e8e4507612ca82ee9c53248..e728db8696337708f1b8c7b7f1da252d3b90d3e6 100644 (file)
@@ -129,7 +129,7 @@ modules="KERNEL,GEOM,MED,SMESH,VISU,YACS,YACSGEN,EFICAS,ASTER,SYRTHES"
 export NOT_INTERCEPT_SIGNALS=1
 
 #runSalome --siman $1 $2 $3 -k 
-runSalome --siman $1 $2 $3 -k --modules=$modules
+runSalome --siman $1 $2 $3 --modules=$modules
 
 rc=$?
 if [[ $rc != 0 ]] ; then