mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Time: Corrected message when maximum time-precision is reached
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=815
This commit is contained in:
@ -1311,10 +1311,10 @@ Foam::Time& Foam::Time::operator++()
|
||||
// Reached maxPrecision limit
|
||||
WarningIn("Time::operator++()")
|
||||
<< "Current time name " << dimensionedScalar::name()
|
||||
<< " is the old as the previous one " << oldTimeName
|
||||
<< nl
|
||||
<< " This might result in overwriting old "
|
||||
"results."
|
||||
<< " The maximum time precision has been reached"
|
||||
" which might result in overwriting previous"
|
||||
" results."
|
||||
<< endl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user