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
458e53d9
Commit
458e53d9
authored
Nov 10, 2011
by
mattijs
Browse files
STYLE: rotatedBoxToCell: removed printing
parent
ccc0698a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.C
View file @
458e53d9
...
...
@@ -84,8 +84,8 @@ void Foam::rotatedBoxToCell::combine(topoSet& set, const bool add) const
{
boxFaceNormals
[
i
]
=
boxFaces
[
i
].
normal
(
boxPoints
);
Pout
<<
"Face:"
<<
i
<<
" position:"
<<
boxFaces
[
i
].
centre
(
boxPoints
)
<<
" normal:"
<<
boxFaceNormals
[
i
]
<<
endl
;
//
Pout<< "Face:" << i << " position:" << boxFaces[i].centre(boxPoints)
//
<< " normal:" << boxFaceNormals[i] << endl;
}
// Check whether cell centre is inside all faces of box.
...
...
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