Loading src/diff/tnlMersonSolver.h +0 −1 Original line number Diff line number Diff line Loading @@ -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 ) { Loading Loading
src/diff/tnlMersonSolver.h +0 −1 Original line number Diff line number Diff line Loading @@ -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 ) { Loading