]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Minor bug fix.
authorabn <adrien.bruneton@cea.fr>
Wed, 9 Mar 2016 10:34:28 +0000 (11:34 +0100)
committerabn <adrien.bruneton@cea.fr>
Wed, 9 Mar 2016 10:35:02 +0000 (11:35 +0100)
src/MEDPartitioner/Test/MEDPARTITIONERTestPara.cxx

index b5b50af88cec6295501e3570689fc93bf0283dc3..9b2f1a92d6b1713242a5ff9b36ed5a37a440768c 100644 (file)
@@ -59,7 +59,7 @@ std::string MEDPARTITIONERTest::getPartitionerParaExe() const
     {
       execName=getenv("MEDCOUPLING_ROOT_DIR");
       execName+="/bin/medpartitioner_para";
-      std::ifstream my_file(execName);
+      std::ifstream my_file(execName.c_str());
       if (my_file.good())
         return execName;
     }