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
76c68c88
Commit
76c68c88
authored
Sep 21, 2017
by
mattijs
Browse files
ENH: isoSurface: additional debug message
parent
e23999e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sampling/surface/isoSurface/isoSurface.C
View file @
76c68c88
...
...
@@ -894,6 +894,9 @@ Foam::triSurface Foam::isoSurface::stitchTriPoints
// Check that enough merged.
if
(
debug
)
{
Pout
<<
"isoSurface : merged from "
<<
triPoints
.
size
()
<<
" down to "
<<
newPoints
.
size
()
<<
" unique points."
<<
endl
;
pointField
newNewPoints
;
labelList
oldToNew
;
bool
hasMerged
=
mergePoints
...
...
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