From df1872307ab14c27ba096b4804bb2740827369b8 Mon Sep 17 00:00:00 2001 From: Van Dung Nguyen <vandung.nguyen@ulg.ac.be> Date: Tue, 30 Oct 2012 13:18:33 +0000 Subject: [PATCH] --- Solver/linearSystemGMM.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solver/linearSystemGMM.h b/Solver/linearSystemGMM.h index cde07c123e..cff85caf03 100644 --- a/Solver/linearSystemGMM.h +++ b/Solver/linearSystemGMM.h @@ -20,8 +20,8 @@ class linearSystemGmm : public linearSystem<scalar> { protected: std::vector<scalar> *_x; // the nonLinearSystemGmm has to access to this vector std::vector<scalar> *_b; // idem - private: gmm::row_matrix<gmm::wsvector<scalar> > *_a; + private: double _prec; int _noisy, _gmres; public: -- GitLab