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
d032faff
Commit
d032faff
authored
Nov 18, 2009
by
mattijs
Browse files
corrected debug message
parent
01cc6c1f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Pstream/mpi/UPstream.C
View file @
d032faff
...
...
@@ -177,7 +177,7 @@ void Foam::reduce(scalar& Value, const sumOp<scalar>& bop)
{
if
(
Pstream
::
debug
)
{
Pout
<<
"
UPstre
am::reduce : value:"
<<
Value
<<
endl
;
Pout
<<
"
Fo
am::reduce : value:"
<<
Value
<<
endl
;
}
if
(
!
UPstream
::
parRun
())
...
...
@@ -452,7 +452,7 @@ void Foam::reduce(scalar& Value, const sumOp<scalar>& bop)
if
(
Pstream
::
debug
)
{
Pout
<<
"
UPstre
am::reduce : reduced value:"
<<
Value
<<
endl
;
Pout
<<
"
Fo
am::reduce : reduced value:"
<<
Value
<<
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