diff --git a/src/solvers/pde/tnlSemiImplicitTimeStepper_impl.h b/src/solvers/pde/tnlSemiImplicitTimeStepper_impl.h index 93e256979c52c333b9e5893bcf72ebfa1517b649..d61ec454805a9974940df4a774da0b6cf0d70348 100644 --- a/src/solvers/pde/tnlSemiImplicitTimeStepper_impl.h +++ b/src/solvers/pde/tnlSemiImplicitTimeStepper_impl.h @@ -171,7 +171,7 @@ solve( const RealType& time, this->linearSystemAssemblerTimer.stop(); if( verbose ) - cout << " Solving the linear system for time " << t << " \r" << flush; + cout << " Solving the linear system for time " << t + currentTau << " \r" << flush; this->linearSystemSolverTimer.start(); if( ! this->linearSystemSolver->template solve< DofVectorType, tnlLinearResidueGetter< MatrixType, DofVectorType > >( this->rightHandSide, dofVector ) )