Skip to content
GitLab
Menu
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
c7387689
Commit
c7387689
authored
Jun 23, 2011
by
graham
Browse files
ENH: No output on not found patch.
parent
a8e03d67
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshCalcDualMesh.C
View file @
c7387689
...
...
@@ -1997,9 +1997,9 @@ void Foam::conformalVoronoiMesh::createFacesOwnerNeighbourAndPatches
// Did not find a surface patch between
// between Dv pair, finding nearest patch
Pout
<<
"Did not find a surface patch between "
<<
"for face, finding nearest patch to"
<<
0
.
5
*
(
ptA
+
ptB
)
<<
endl
;
//
Pout<< "Did not find a surface patch between "
//
<< "for face, finding nearest patch to"
//
<< 0.5*(ptA + ptB) << endl;
patchIndex
=
geometryToConformTo_
.
findPatch
(
...
...
Write
Preview
Supports
Markdown
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