]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Mantis issue 0020483: EDF 1117 SMESH,VISU: Mesh with descending connectivity is badly...
authorjfa <jfa@opencascade.com>
Tue, 29 Jan 2013 06:29:19 +0000 (06:29 +0000)
committerjfa <jfa@opencascade.com>
Tue, 29 Jan 2013 06:29:19 +0000 (06:29 +0000)
src/CONVERTOR/VISU_MedConvertor.cxx

index 2655e35fce72588c473c4ce248787ff783e3d2da..ffe4cbc8a37efe904618a62ed0267db21834208e 100644 (file)
@@ -24,7 +24,7 @@
 //  File   : VISU_MedConvertor.cxx
 //  Author : Alexey PETROV
 //  Module : VISU
-//
+
 #include "VISU_MedConvertor.hxx"
 #include "VISU_ConvertorUtils.hxx"
 
@@ -33,6 +33,8 @@
 #include "MED_GaussUtils.hxx"
 #include "MED_Utilities.hxx"
 
+#include "utilities.h"
+
 #include "SALOMEconfig.h"
 
 #if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE) > 0x060100
@@ -1478,7 +1480,7 @@ VISU_MedConvertor
             }
 
             if (isDescConn)
-              MSG(1, "There are some elements in descending connectivity in med file. They were not read !!!");
+              INFOS("There are some elements in descending connectivity in med file. They were not read !!!");
           }
 
 #ifndef _DEXCEPT_