From: Christophe Bourcier Date: Thu, 28 Sep 2023 14:44:28 +0000 (+0200) Subject: Call mg-hybrid.exe without intermediate bash file X-Git-Tag: V9_12_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=05db1ea909694ecb554a2d18683912760176f434;p=plugins%2Fhybridplugin.git Call mg-hybrid.exe without intermediate bash file Remove old executables --- diff --git a/bin/mg-hybrid.bash b/bin/mg-hybrid.bash deleted file mode 100755 index e2c5db6..0000000 --- a/bin/mg-hybrid.bash +++ /dev/null @@ -1,70 +0,0 @@ -#!/bin/bash -# Copyright (C) 2014-2023 CEA, EDF -# -# 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 -#to assume call of other beta-versions of distene mg-hybrid.exe code in standalone plugin HYBRIDPLUGIN sources -#and also assume licence file set to overriding licence file of other distene products ( HEXOTIC, GHS3D, etc... ) -#all that for for only one call of mg-hybrid.bash from salome plugin HYBRIDPLUGIN - -function findOutFile { -#find --out parameter result in $resFindOutFile -while test $# -gt 0; do - case "$1" in - -o|--out) - if [ -z "$2" ] # $String is null - then - resFindOutFile="None" - else - resFindOutFile=$2 - fi - return - ;; - *) - shift - ;; - esac -done -resFindOutFile="None" -} - -#echo "mg-hybrid.bash initial parameters are:" $1 $2 $3 $4 -echo "mg-hybrid.bash initial parameters are:" $* -#$0 is ignored - -findOutFile $* -echo "result output File is:" $resFindOutFile - -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 - diff --git a/bin/mg-hybrid.exe_Linux_64_avril2014 b/bin/mg-hybrid.exe_Linux_64_avril2014 deleted file mode 100755 index 4dc2b53..0000000 Binary files a/bin/mg-hybrid.exe_Linux_64_avril2014 and /dev/null differ diff --git a/bin/mg-hybrid.exe_Linux_64_juillet2014 b/bin/mg-hybrid.exe_Linux_64_juillet2014 deleted file mode 100755 index 8960612..0000000 Binary files a/bin/mg-hybrid.exe_Linux_64_juillet2014 and /dev/null differ