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

*** empty log message ***

parent 23b24708
No related branches found
No related tags found
No related merge requests found
// $Id: Print_Geo.cpp,v 1.16 2001-06-02 16:24:51 geuzaine Exp $
// $Id: Print_Geo.cpp,v 1.17 2001-08-13 07:22:15 geuzaine Exp $
#include "Gmsh.h"
#include "Geo.h"
......@@ -169,6 +169,8 @@ void Print_Volume(void *a, void *b){
int NUMLOOP = vol->Num + 1000000;
if(!List_Nbr(vol->Surfaces)) return;
fprintf(FOUT,"Surface Loop (%d) = ",NUMLOOP);
for(i=0;i<List_Nbr(vol->Surfaces);i++){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment