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

fix compile without solver

parent 5132a76f
No related branches found
No related tags found
No related merge requests found
...@@ -154,7 +154,7 @@ class GFaceCompound : public GFace { ...@@ -154,7 +154,7 @@ class GFaceCompound : public GFace {
SVector3 *dudu, SVector3 *dvdv, SVector3 *dudv) const{} SVector3 *dudu, SVector3 *dvdv, SVector3 *dudv) const{}
virtual SPoint2 getCoordinates(MVertex *v) const { return SPoint2(); } virtual SPoint2 getCoordinates(MVertex *v) const { return SPoint2(); }
void parametrize() const {} void parametrize() const {}
int getNbSplit() const { return 0; }
}; };
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment