Loading src/TNL/Solvers/Linear/Hypre.h +2 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,8 @@ public: * will not be updated for the new matrix when calling * the \ref solve method. */ virtual void setMatrix( const Matrices::HypreParCSRMatrix& op, bool reuse_setup = false ) virtual void setMatrix( const Matrices::HypreParCSRMatrix& op, bool reuse_setup = false ) { A = &op; if( setup_called && reuse_setup ) Loading src/TNL/Solvers/Linear/Hypre.hpp +2 −2 File changed.Contains only whitespace changes. Show changes Loading
src/TNL/Solvers/Linear/Hypre.h +2 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,8 @@ public: * will not be updated for the new matrix when calling * the \ref solve method. */ virtual void setMatrix( const Matrices::HypreParCSRMatrix& op, bool reuse_setup = false ) virtual void setMatrix( const Matrices::HypreParCSRMatrix& op, bool reuse_setup = false ) { A = &op; if( setup_called && reuse_setup ) Loading