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

Removing redundant printouts.

parent 5cdd34e4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -168,7 +168,6 @@ template< class GRID, class SCHEME, typename T = double > class tnlMersonSolver
            }
            _time += _tau;
            _iteration ++;
            cout << _iteration << " ";
         }
         if( adaptivity && max_eps != 0.0 )
         {