diff --git a/Geo/GFaceCompound.cpp b/Geo/GFaceCompound.cpp index 24814aec647522a2647cc0ab3b847046932e99ab..9a3b33bf2f67e988e92b80634d44ff4d1667ae15 100644 --- a/Geo/GFaceCompound.cpp +++ b/Geo/GFaceCompound.cpp @@ -1775,7 +1775,7 @@ bool GFaceCompound::checkTopology() const if (_mapping == RBF) return true; //fixme tristan - return true; + //return true; bool correctTopo = true; if(allNodes.empty()) buildAllNodes();