Skip to content
Snippets Groups Projects
Commit c7c22e41 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

comments

parent 2c6ccd7c
No related branches found
No related tags found
No related merge requests found
// $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 "Gmsh.h"
#include "Const.h" #include "Const.h"
...@@ -320,6 +320,14 @@ void Cdbz101(int izon, int typzon,int o1, int o2, int nbu, int nbv, ...@@ -320,6 +320,14 @@ void Cdbz101(int izon, int typzon,int o1, int o2, int nbu, int nbv,
} }
List_Delete(curves); 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); Add_EdgeLoop(izon,templist,THEM);
} }
else if(typzon == MSH_VOLUME){ else if(typzon == MSH_VOLUME){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment