mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
CoTech decision: move MEDWrapper from MED to SMESH
MED.idl no more exists - aStr<<"bash -c \""<<getenv("MED_ROOT_DIR")<<"/bin/salome/mprint_version \'"<<theFileName<<"\'\""; + aStr<<"bash -c \""<<getenv("SMESH_ROOT_DIR")<<"/bin/salome/mprint_version \'"<<theFileName<<"\'\"";
This commit is contained in:
parent
1500689577
commit
9a3c7509b6
@ -56,7 +56,7 @@ namespace MED
|
|||||||
// First check, is it possible to deal with the file
|
// First check, is it possible to deal with the file
|
||||||
std::ostringstream aStr;
|
std::ostringstream aStr;
|
||||||
// File name is in quotes for the case of space(s) inside it (PAL13009)
|
// File name is in quotes for the case of space(s) inside it (PAL13009)
|
||||||
aStr<<"bash -c \""<<getenv("MED_ROOT_DIR")<<"/bin/salome/mprint_version \'"<<theFileName<<"\'\"";
|
aStr<<"bash -c \""<<getenv("SMESH_ROOT_DIR")<<"/bin/salome/mprint_version \'"<<theFileName<<"\'\"";
|
||||||
if(!MYDEBUG)
|
if(!MYDEBUG)
|
||||||
aStr<<" 2>&1 > /dev/null";
|
aStr<<" 2>&1 > /dev/null";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user