From c7c22e413be2453a816d981e7e94856563ca99c7 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 9 Aug 2001 15:24:27 +0000
Subject: [PATCH] comments

---
 Geo/DataBase.cpp | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/Geo/DataBase.cpp b/Geo/DataBase.cpp
index b7a4a26e29..e26d3ce47b 100644
--- a/Geo/DataBase.cpp
+++ b/Geo/DataBase.cpp
@@ -1,4 +1,4 @@
-// $Id: DataBase.cpp,v 1.14 2001-06-06 21:29:58 remacle Exp $
+// $Id: DataBase.cpp,v 1.15 2001-08-09 15:24:27 geuzaine Exp $
 
 #include "Gmsh.h"
 #include "Const.h"
@@ -320,6 +320,14 @@ void Cdbz101(int izon, int typzon,int o1, int o2, int nbu, int nbv,
     }  
     List_Delete(curves);
 
+    /*
+    printf("Line Loop %d = {", izon);
+    for(i=0 ; i<List_Nbr(templist); i++){
+      printf(" %d", *(int*)List_Pointer(templist, i));
+    }
+    printf("}\n");
+    */
+
     Add_EdgeLoop(izon,templist,THEM);
   }
   else  if(typzon == MSH_VOLUME){
-- 
GitLab