#include "HexHexa.hxx"
#include "HexPropagation.hxx"
#include "HexShape.hxx"
-#include "HexGroups.hxx"
+#include "HexGroup.hxx"
// HEXABLOCKPLUGIN includes
#include "HEXABLOCKPlugin_mesh.hxx"
#endif
#ifdef _DEBUG_
-static int MYDEBUG = 0;
+static int MYDEBUG = 1;
#else
-static int MYDEBUG = 0;
+static int MYDEBUG = 1;
#endif
myCurve_way = false;
myCurve_ways[theCurve] = false;
} else {
- if(MYDEBUG) MESSAGE("SOMETHING WRONG on edge association... bad script?");
+ if(MYDEBUG) MESSAGE("SOMETHING WRONG on edge association... Bad script?");
// ASSERT(false);
- throw (SALOME_Exception(LOCALIZED("edge association : check association parameters ( first, last ) between HEXA model and CAO")));
+ throw (SALOME_Exception(LOCALIZED("Edge association : check association parameters ( first, last ) between HEXA model and CAO")));
}
} else {
} else {
if(MYDEBUG) MESSAGE("SOMETHING WRONG on edge association... bad script?");
// ASSERT(false);
- throw (SALOME_Exception(LOCALIZED("edge association : check association parameters ( first, last ) between HEXA model and CAO")));
+ throw (SALOME_Exception(LOCALIZED("Edge association : Check association parameters ( first, last ) between HEXA model and CAO")));
}
}
case HEXA_NS::HexaNode : aGrType = SMDSAbs_Node ; break;
case HEXA_NS::QuadNode : aGrType = SMDSAbs_Node ; break;
case HEXA_NS::EdgeNode : aGrType = SMDSAbs_Node ; break;
- case HEXA_NS::Vertex_Node: aGrType = SMDSAbs_Node ; break;
+ case HEXA_NS::VertexNode : aGrType = SMDSAbs_Node ; break;
default : ASSERT(false);
}
}
}
break;
- case HEXA_NS::Vertex_Node:
+ case HEXA_NS::VertexNode:
{
HEXA_NS::Vertex* v = reinterpret_cast<HEXA_NS::Vertex*>(grHexElt);
// HEXA_NS::Vertex* v = dynamic_cast<HEXA_NS::Vertex*>(grHexElt);