Salome HOME
Copyright update 2022
[plugins/hybridplugin.git] / bin / mg-hybrid.bash
index 5ade12618def133eaf96caddc4e49b96722f79fb..d0bd4fc82bd491f17e3c17c5306b354d0d444966 100755 (executable)
@@ -1,4 +1,22 @@
 #!/bin/bash
+# Copyright (C) 2014-2022  CEA/DEN, EDF R&D
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
 
 #bash script mg-hybrid.bash
 #we have renamed binary executable mg-hybrid.exe V1.3.0 as mg-hybrid.exe_Linux_64_juillet2014
@@ -31,16 +49,22 @@ resFindOutFile="None"
 echo "mg-hybrid.bash initial parameters are:" $*
 #$0 is ignored
 
-echo "mg-hybrid.bash assume licence file set:"
-env | grep DLIM
-
 findOutFile $*
 echo "result output File is:" $resFindOutFile
 
-$MESHGEMS_ROOT_DIR/bin/run_mg-hybrid.sh $*
+if test -f "$MESHGEMS_ROOT_DIR/bin/run_mg-hybrid.sh"; then
+
+    echo "mg-hybrid.bash assume licence file set:"
+    env | grep DLIM
+
+
+    $MESHGEMS_ROOT_DIR/bin/run_mg-hybrid.sh $*
+else
+    $MESHGEMS_ROOT_DIR/bin/Linux_64/mg-hybrid.exe $*
+fi
 
 #$MESHGEMS_ROOT_DIR/bin/Linux_64/mg-hybrid.exe $*
 
 #to EZ and direct debug visualization (with gui salome load script createGroupsOnEntitiesFromGMFFile.py)
-cp -f $resFindOutFile /tmp/tmp.mesh
+#cp -f $resFindOutFile /tmp/tmp.mesh