Salome HOME
Patch for MacOS (from SALOME forum)
[modules/smesh.git] / src / Tools / MeshCut / MeshCut_Utils.cxx
index 7670a2606cc5061f6aff7b192280fedbde774a31..3a41721cafda0cccae8d70cce7e845831bb84f38 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2014  EDF R&D
+// Copyright (C) 2006-2016  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
@@ -534,7 +534,7 @@ int MESHCUT::copieFichier(std::string source, std::string cible)
 
 med_geometry_type MESHCUT::InstanceMGE(TYPE_MAILLE TYPE)
 {
-  med_geometry_type typeBanaliseMED;
+  med_geometry_type typeBanaliseMED = MED_NONE;
 
   switch (TYPE)
   {
@@ -589,7 +589,7 @@ med_geometry_type MESHCUT::InstanceMGE(TYPE_MAILLE TYPE)
   return typeBanaliseMED;
 }
 
-int MESHCUT::chrono()
+int MESHCUT::salome_chrono()
 {
   return clock() / CLOCKS_PER_SEC;
 }