From: jfa Date: Tue, 29 Jan 2013 06:29:19 +0000 (+0000) Subject: Mantis issue 0020483: EDF 1117 SMESH,VISU: Mesh with descending connectivity is badly... X-Git-Tag: mergeto_V7_main_11Feb13~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d34083d3b6d128345862f9e16416b4e2da636983;p=modules%2Fvisu.git Mantis issue 0020483: EDF 1117 SMESH,VISU: Mesh with descending connectivity is badly read by SMESH and VISU --- diff --git a/src/CONVERTOR/VISU_MedConvertor.cxx b/src/CONVERTOR/VISU_MedConvertor.cxx index 2655e35f..ffe4cbc8 100644 --- a/src/CONVERTOR/VISU_MedConvertor.cxx +++ b/src/CONVERTOR/VISU_MedConvertor.cxx @@ -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_