Skip to content
Snippets Groups Projects
Commit 692039a5 authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

Compilation error (without gmm) fixed

parent 69a8c6ad
No related branches found
No related tags found
No related merge requests found
...@@ -104,6 +104,9 @@ public : ...@@ -104,6 +104,9 @@ public :
virtual void zeroMatrix() {} virtual void zeroMatrix() {}
virtual void zeroRightHandSide() {} virtual void zeroRightHandSide() {}
virtual int systemSolve() { return 0; } virtual int systemSolve() { return 0; }
void setPrec(double p){}
void setNoisy(int n){}
void setGmres(int n){}
}; };
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment