From 97d8703884b856b992f6c2a3e43f6c87a31282e0 Mon Sep 17 00:00:00 2001 From: Tristan Carrier Baudouin <tristan.carrier@uclouvain.be> Date: Fri, 10 Jun 2011 14:35:34 +0000 Subject: [PATCH] lpcvt --- Geo/GFaceCompound.cpp | 2 +- Geo/GFaceCompound.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Geo/GFaceCompound.cpp b/Geo/GFaceCompound.cpp index 9a3b33bf2f..24814aec64 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(); diff --git a/Geo/GFaceCompound.h b/Geo/GFaceCompound.h index efc4338452..e3da867669 100644 --- a/Geo/GFaceCompound.h +++ b/Geo/GFaceCompound.h @@ -24,8 +24,6 @@ #endif #define AR_MAX 5 //maximal geometrical aspect ratio -class rbf; - /* A GFaceCompound is a model face that is the compound of model faces. -- GitLab