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
33f36f68
Commit
33f36f68
authored
Feb 10, 2010
by
mattijs
Browse files
STYLE: removed extraneous printing.
parent
60508888
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.C
View file @
33f36f68
...
...
@@ -1743,12 +1743,12 @@ Foam::autoPtr<Foam::globalIndex> Foam::globalMeshData::mergePoints
label
myUniquePoints
=
meshPoints
.
size
()
-
nCoupledSlave
;
Pout
<<
"Points :"
<<
nl
<<
" patch : "
<<
meshPoints
.
size
()
<<
nl
<<
" of which coupled : "
<<
nCoupledMaster
+
nCoupledSlave
<<
nl
<<
" of which master : "
<<
nCoupledMaster
<<
nl
<<
" of which slave : "
<<
nCoupledSlave
<<
nl
<<
endl
;
//
Pout<< "Points :" << nl
//
<< " patch : " << meshPoints.size() << nl
//
<< " of which coupled : " << nCoupledMaster+nCoupledSlave << nl
//
<< " of which master : " << nCoupledMaster << nl
//
<< " of which slave : " << nCoupledSlave << nl
//
<< endl;
// 2. Create global indexing for unique points.
...
...
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