From b2cb011ddca68e99b555047805c6780b5097249b Mon Sep 17 00:00:00 2001 From: apo Date: Wed, 3 Aug 2005 12:45:12 +0000 Subject: [PATCH] To turn on MED Families loading --- src/CONVERTOR/VISU_MedConvertor.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CONVERTOR/VISU_MedConvertor.cxx b/src/CONVERTOR/VISU_MedConvertor.cxx index e073dde3..62e37408 100644 --- a/src/CONVERTOR/VISU_MedConvertor.cxx +++ b/src/CONVERTOR/VISU_MedConvertor.cxx @@ -56,6 +56,7 @@ static int MY_FAMILY_DEBUG = 0; static int MY_GROUP_DEBUG = 0; #endif +#define _LOAD_FAMILIES_ namespace { @@ -624,7 +625,9 @@ VISU_MedConvertor } } +#ifndef _LOAD_FAMILIES_ continue; +#endif MED::TFamilyGroup aFamilyGroup = MED::GetFamilies(aMed,aMeshInfo); MED::TFamilyByEntity aFamilyByEntity = MED::GetFamiliesByEntity(aMed,aElemGroup,aFamilyGroup); -- 2.39.2