Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
012cbab0
Commit
012cbab0
authored
Oct 31, 2008
by
mattijs
Browse files
debug message
parent
380e3192
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshPointFaces.C
View file @
012cbab0
...
...
@@ -38,6 +38,11 @@ const labelListList& primitiveMesh::pointFaces() const
{
if
(
!
pfPtr_
)
{
if
(
debug
)
{
Pout
<<
"primitiveMesh::pointFaces() : "
<<
"calculating pointFaces"
<<
endl
;
}
// Invert faces()
pfPtr_
=
new
labelListList
(
nPoints
());
invertManyToMany
(
nPoints
(),
faces
(),
*
pfPtr_
);
...
...
Write
Preview
Markdown
is supported
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