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

*** empty log message ***

parent 40052e62
No related branches found
No related tags found
No related merge requests found
/* $Id: Print_Geo.cpp,v 1.9 2000-12-09 15:21:17 geuzaine Exp $ */ /* $Id: Print_Geo.cpp,v 1.10 2000-12-10 00:15:33 geuzaine Exp $ */
#include "Gmsh.h" #include "Gmsh.h"
#include "Geo.h" #include "Geo.h"
...@@ -169,7 +169,6 @@ void Print_Volume(void *a, void *b){ ...@@ -169,7 +169,6 @@ void Print_Volume(void *a, void *b){
int NUMLOOP = vol->Num + 1000000; int NUMLOOP = vol->Num + 1000000;
if(s->Typ != MSH_SURF_NURBS){
fprintf(FOUT,"Surface Loop (%d) = ",NUMLOOP); fprintf(FOUT,"Surface Loop (%d) = ",NUMLOOP);
for(i=0;i<List_Nbr(vol->Surfaces);i++){ for(i=0;i<List_Nbr(vol->Surfaces);i++){
...@@ -180,7 +179,6 @@ void Print_Volume(void *a, void *b){ ...@@ -180,7 +179,6 @@ void Print_Volume(void *a, void *b){
fprintf(FOUT,"{%d",s->Num); fprintf(FOUT,"{%d",s->Num);
} }
fprintf(FOUT,"};\n"); fprintf(FOUT,"};\n");
}
switch(vol->Typ){ switch(vol->Typ){
case MSH_VOLUME: case MSH_VOLUME:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment