From 8db7b338b12d8853d18a79adca6772d8114964b5 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 16 Jul 2010 09:20:31 +0000 Subject: [PATCH] fix compile without solver --- Geo/GFaceCompound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geo/GFaceCompound.h b/Geo/GFaceCompound.h index 43009c6207..095309577e 100644 --- a/Geo/GFaceCompound.h +++ b/Geo/GFaceCompound.h @@ -154,7 +154,7 @@ class GFaceCompound : public GFace { SVector3 *dudu, SVector3 *dvdv, SVector3 *dudv) const{} virtual SPoint2 getCoordinates(MVertex *v) const { return SPoint2(); } void parametrize() const {} - + int getNbSplit() const { return 0; } }; #endif -- GitLab