Skip to content
GitLab
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
fe854595
Commit
fe854595
authored
Jan 24, 2011
by
mattijs
Browse files
ENH: mapDistribute: extra printing
parent
4f30c291
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.C
View file @
fe854595
...
...
@@ -222,7 +222,7 @@ void Foam::mapDistribute::printLayout(Ostream& os) const
localSize
=
maxIndex
[
Pstream
::
myProcNo
()]
+
1
;
}
os
<<
"Layout:"
<<
endl
os
<<
"Layout:
(constructSize:"
<<
constructSize_
<<
")
"
<<
endl
<<
"local (processor "
<<
Pstream
::
myProcNo
()
<<
"):"
<<
endl
<<
" start : 0"
<<
endl
<<
" size : "
<<
localSize
<<
endl
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment