From 60e8e326d633adeb3e7256df8abde8699cd9313b Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 8 Sep 2006 13:54:27 +0000
Subject: [PATCH] cosmetic

---
 Geo/GModelIO.cpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Geo/GModelIO.cpp b/Geo/GModelIO.cpp
index f6f5e2d5e6..3765c08f9f 100644
--- a/Geo/GModelIO.cpp
+++ b/Geo/GModelIO.cpp
@@ -1,4 +1,4 @@
-// $Id: GModelIO.cpp,v 1.46 2006-09-08 04:30:06 geuzaine Exp $
+// $Id: GModelIO.cpp,v 1.47 2006-09-08 13:54:27 geuzaine Exp $
 //
 // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 //
@@ -260,8 +260,7 @@ static void createElementMSH(GModel *m, int num, int type, int physical,
   default: Msg(GERROR, "Unknown type (%d) for element %d", type, num); break;
   }
   
-  if(physical && (!physicals[dim].count(reg) || 
-		  !physicals[dim][reg].count(physical)))
+  if(physical && (!physicals[dim].count(reg) || !physicals[dim][reg].count(physical)))
     physicals[dim][reg][physical] = "unnamed";
   
   if(part) m->getMeshPartitions().insert(part);
-- 
GitLab