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

fix compile 3

parent 0a5aec29
Branches
Tags
No related merge requests found
...@@ -204,7 +204,7 @@ class GFaceCompound : public GFace { ...@@ -204,7 +204,7 @@ class GFaceCompound : public GFace {
typedef enum {HARMONIC=0,CONFORMAL=1, RBF=2, CONVEX=3} typeOfMapping; typedef enum {HARMONIC=0,CONFORMAL=1, RBF=2, CONVEX=3} typeOfMapping;
typedef enum {UNITCIRCLE, MEANPLANE, SQUARE, ALREADYFIXED,SPECTRAL, FE} typeOfIsomorphism; typedef enum {UNITCIRCLE, MEANPLANE, SQUARE, ALREADYFIXED,SPECTRAL, FE} typeOfIsomorphism;
GFaceCompound(GModel *m, int tag, std::list<GFace*> &compound, GFaceCompound(GModel *m, int tag, std::list<GFace*> &compound,
std::list<GEdge*> &U0, typeOfMapping typ = HARMONIC, std::list<GEdge*> &U0, typeOfCompound typ = HARMONIC_CIRCLE,
int allowPartition=1, int allowPartition=1,
linearSystem<double>* lsys =0) linearSystem<double>* lsys =0)
: GFace(m, tag) : GFace(m, tag)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment