From 42ae7454fc8c8d210653810e7229f342388af7e9 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 26 Aug 2010 20:25:01 +0000
Subject: [PATCH] pp

---
 Mesh/meshGFace.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp
index aeb22ab9b3..4b51ffb710 100644
--- a/Mesh/meshGFace.cpp
+++ b/Mesh/meshGFace.cpp
@@ -1796,7 +1796,7 @@ void orientMeshGFace::operator()(GFace *gf)
   gf->model()->setCurrentMeshEntity(gf);
 
   if(gf->geomType() == GEntity::ProjectionFace) return;
-  if(gf->geomType() == GEntity::CompoundSurface)return;
+  if(gf->geomType() == GEntity::CompoundSurface) return;
 
   // In old versions we did not reorient transfinite surface meshes;
   // we could add the following to provide backward compatibility:
-- 
GitLab