Commit cc17f0dd authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixing the monitor refreshing in the Merson solver.

parent 4b41a1ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,8 +182,8 @@ bool tnlMersonSolver< Problem > :: solve( DofVectorType& u )
         if( currentTau + time == this -> stopTime ) residue = lastResidue;
         time += currentTau;
         iteration ++;
         this -> refreshSolverMonitor();
      }
      this -> refreshSolverMonitor();

      /****
       * Compute the new time step.