From d34083d3b6d128345862f9e16416b4e2da636983 Mon Sep 17 00:00:00 2001 From: jfa Date: Tue, 29 Jan 2013 06:29:19 +0000 Subject: [PATCH] Mantis issue 0020483: EDF 1117 SMESH,VISU: Mesh with descending connectivity is badly read by SMESH and VISU --- src/CONVERTOR/VISU_MedConvertor.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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_ -- 2.39.2