Salome HOME
Remove useless MESSAGEs
[modules/smesh.git] / src / Tools / MeshCut / MeshCut_Utils.cxx
index 8394845f0c69654824d2540be5123147aab3be43..b17e2b4d759e114d60b80699805101acc280c609 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2015  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)
   {