#define _LOAD_FAMILIES_
#define _EDF_NODE_IDS_
+#define _NAME_MAPPING_ 0
namespace
{
else
TNamedPointCoords::Init(theNbPoints,theDim);
- if(theNodeInfo->IsElemNames() && theNbPoints > 0){
+ if(_NAME_MAPPING_ && theNodeInfo->IsElemNames() && theNbPoints > 0){
myPointNames.resize(theNbPoints);
for(vtkIdType anID = 0; anID < theNbPoints; anID++)
myPointNames[anID] = theNodeInfo->GetElemName(anID);
{
myIsElemNum = theElemInfo->IsElemNum();
myElemNum = theElemInfo->myElemNum;
- if(0 && theElemInfo->IsElemNames()){
+ if(_NAME_MAPPING_ && theElemInfo->IsElemNames()){
TInt aNbElem = theElemInfo->GetNbElem();
myElemNames.resize(aNbElem);
for(TInt anID = 0; anID < aNbElem; anID++){