From e0d09bce8848238596fbcd3fc94da9932cfc2fa5 Mon Sep 17 00:00:00 2001
From: Gaetan Bricteux <gaetan.bricteux@uclouvain.be>
Date: Wed, 7 Mar 2012 11:46:26 +0000
Subject: [PATCH] fix compile

---
 Geo/GFaceCompound.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Geo/GFaceCompound.cpp b/Geo/GFaceCompound.cpp
index 7b37ae4ed6..ed17b71a6b 100644
--- a/Geo/GFaceCompound.cpp
+++ b/Geo/GFaceCompound.cpp
@@ -1088,7 +1088,7 @@ void GFaceCompound::parametrize(iterationStep step, typeOfMapping tom) const
     else if (tom==CONVEX){
 #if defined(HAVE_PETSC) 
   lsys = new linearSystemPETSc<double>;
-#elif (defined(HAVE_GMM) 
+#elif defined(HAVE_GMM) 
   linearSystemGmm<double> *lsysb = new linearSystemGmm<double>;
   lsysb->setGmres(1);
   lsys = lsysb;
-- 
GitLab