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

removed unused fct
parent 4b81c264
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,6 @@ ...@@ -3,9 +3,6 @@
#if defined(HAVE_FOURIER_MODEL) #if defined(HAVE_FOURIER_MODEL)
fourierProjectionFace::fourierProjectionFace(GModel *m, int num)
: GFace(m,num), ps_(0) {}
fourierProjectionFace::fourierProjectionFace(GModel *m, int num, FM::ProjectionSurface* ps) fourierProjectionFace::fourierProjectionFace(GModel *m, int num, FM::ProjectionSurface* ps)
: GFace(m,num), ps_(ps) : GFace(m,num), ps_(ps)
{ {
......
...@@ -12,7 +12,6 @@ class fourierProjectionFace : public GFace { ...@@ -12,7 +12,6 @@ class fourierProjectionFace : public GFace {
protected: protected:
FM::ProjectionSurface *ps_; FM::ProjectionSurface *ps_;
public: public:
fourierProjectionFace(GModel *m, int num);
fourierProjectionFace(GModel *m, int num, FM::ProjectionSurface* ps); fourierProjectionFace(GModel *m, int num, FM::ProjectionSurface* ps);
~fourierProjectionFace(); ~fourierProjectionFace();
Range<double> parBounds(int i) const; Range<double> parBounds(int i) const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment