Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
ddb82aa1
Commit
ddb82aa1
authored
Mar 22, 2015
by
Henry
Browse files
Time: Corrected message when maximum time-precision is reached
Resolves bug-report
http://www.openfoam.org/mantisbt/view.php?id=815
parent
bcb8b30c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/Time/Time.C
View file @
ddb82aa1
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment