Commit bd59c376 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed code formatting in Hypre wrappers

parent 547a6c85
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 )
+2 −2

File changed.

Contains only whitespace changes.