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:
parent
a1379518e6
commit
fbb0a87995
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue