Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
b4d14558
Commit
b4d14558
authored
10 years ago
by
mattijs
Committed by
Andrew Heather
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
BUG: UPstream: missing closing bracket
parent
446b1407
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Pstream/mpi/UPstream.C
+2
-2
2 additions, 2 deletions
src/Pstream/mpi/UPstream.C
with
2 additions
and
2 deletions
src/Pstream/mpi/UPstream.C
+
2
−
2
View file @
b4d14558
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
========= |
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
3
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
4
OpenFOAM Foundation
\\/ M anipulation |
\\/ M anipulation |
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
License
License
...
@@ -286,7 +286,7 @@ void Foam::reduce
...
@@ -286,7 +286,7 @@ void Foam::reduce
Pout
<<
"UPstream::allocateRequest for non-blocking reduce"
Pout
<<
"UPstream::allocateRequest for non-blocking reduce"
<<
" : request:"
<<
requestID
<<
" : request:"
<<
requestID
<<
endl
;
<<
endl
;
}
#else
#else
// Non-blocking not yet implemented in mpi
// Non-blocking not yet implemented in mpi
reduce
(
Value
,
bop
,
tag
,
communicator
);
reduce
(
Value
,
bop
,
tag
,
communicator
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment