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

oups, debug printing

parent ffb75f95
No related branches found
No related tags found
No related merge requests found
// $Id: 1D_Mesh.cpp,v 1.19 2001-08-12 12:30:48 geuzaine Exp $ // $Id: 1D_Mesh.cpp,v 1.20 2001-08-12 12:32:41 geuzaine Exp $
#include "Gmsh.h" #include "Gmsh.h"
#include "Numeric.h" #include "Numeric.h"
...@@ -227,7 +227,7 @@ void Maillage_Curve (void *data, void *dummy){ ...@@ -227,7 +227,7 @@ void Maillage_Curve (void *data, void *dummy){
THEM->Statistics[4] += List_Nbr (c->Vertices); THEM->Statistics[4] += List_Nbr (c->Vertices);
#if 1 #if 0
if(fabs(c->Num) != 41) return; if(fabs(c->Num) != 41) return;
printf("curve %d : ", c->Num); printf("curve %d : ", c->Num);
for (i = 0; i < List_Nbr (c->Vertices); i++){ for (i = 0; i < List_Nbr (c->Vertices); i++){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment