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
dd3be135
Commit
dd3be135
authored
Sep 21, 2017
by
mattijs
Browse files
ENH: cuttingPlane: suppress excessive warning message. Fixes
#596
.
parent
76c68c88
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sampling/surface/cuttingPlane/cuttingPlane.C
View file @
dd3be135
...
...
@@ -218,9 +218,9 @@ bool Foam::cuttingPlane::walkCell
{
WarningInFunction
<<
"Did not find closed walk along surface of cell "
<<
celli
<<
" at "
<<
mesh
.
cellCentres
()[
celli
]
<<
" starting from edge "
<<
startEdgeI
<<
" in "
<<
nIter
<<
" iterations."
<<
nl
<<
"Collected cutPoints so far:"
<<
faceVerts
<<
" in "
<<
nIter
<<
" iterations."
<<
endl
;
return
false
;
}
...
...
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