Skip to content
Snippets Groups Projects
Commit 85984ab1 authored by Emilie Marchandise's avatar Emilie Marchandise
Browse files

oups forgot one ifdef HAVE_RBF
parent 3b5475d6
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,9 @@ class GFaceCompound : public GFace {
void setParam(std::map<MVertex*, SPoint3> rbf_param, rbf *myRBF);
#endif
protected:
#ifdef HAVE_RBF
rbf *_rbf;
#endif
simpleFunction<double> *ONE;
simpleFunction<double> *MONE;
std::list<GFace*> _compound;
......
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