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

ellipsis

parent 3f818cdb
No related branches found
No related tags found
No related merge requests found
/* $Id: Print_Geo.cpp,v 1.3 2000-11-24 12:49:59 geuzaine Exp $ */ /* $Id: Print_Geo.cpp,v 1.4 2000-11-24 13:21:52 geuzaine Exp $ */
#include "Gmsh.h" #include "Gmsh.h"
#include "Geo.h" #include "Geo.h"
...@@ -53,9 +53,11 @@ void Print_Curve(void *a, void *b){ ...@@ -53,9 +53,11 @@ void Print_Curve(void *a, void *b){
break; break;
case MSH_SEGM_CIRC: case MSH_SEGM_CIRC:
case MSH_SEGM_CIRC_INV: case MSH_SEGM_CIRC_INV:
fprintf(FOUT,"Circle (%d) = ",c->Num);
break;
case MSH_SEGM_ELLI: case MSH_SEGM_ELLI:
case MSH_SEGM_ELLI_INV: case MSH_SEGM_ELLI_INV:
fprintf(FOUT,"Circle (%d) = ",c->Num); fprintf(FOUT,"Ellipsis (%d) = ",c->Num);
break; break;
case MSH_SEGM_NURBS: case MSH_SEGM_NURBS:
Print_Nurbs(c,FOUT); Print_Nurbs(c,FOUT);
......
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