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
6a572da3
Commit
6a572da3
authored
Oct 17, 2013
by
mattijs
Browse files
STYLE: autoLayerDriver: suppress messages
parent
7a2269ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C
View file @
6a572da3
...
...
@@ -1446,9 +1446,9 @@ void Foam::autoLayerDriver::syncPatchDisplacement
}
}
Info
<<
"Prevented extrusion on "
<<
returnReduce
(
nChangedTotal
,
sumOp
<
label
>
())
<<
" coupled patch points during syncPatchDisplacement."
<<
endl
;
//
Info<< "Prevented extrusion on "
//
<< returnReduce(nChangedTotal, sumOp<label>())
//
<< " coupled patch points during syncPatchDisplacement." << endl;
}
...
...
src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriverShrink.C
View file @
6a572da3
...
...
@@ -524,7 +524,7 @@ void Foam::autoLayerDriver::handleFeatureAngleLayerTerminations
label
nOldPointCounter
=
nPointCounter
;
//
label nOldPointCounter = nPointCounter;
// Detect situation where two featureedge-neighbouring faces are partly or
// not extruded and the edge itself is extruded. In this case unmark the
...
...
@@ -633,9 +633,9 @@ void Foam::autoLayerDriver::handleFeatureAngleLayerTerminations
}
}
Info
<<
"Added "
<<
returnReduce
(
nPointCounter
-
nOldPointCounter
,
sumOp
<
label
>
())
<<
" point not to extrude."
<<
endl
;
//
Info<< "Added "
//
<< returnReduce(nPointCounter-nOldPointCounter, sumOp<label>())
//
<< " point not to extrude." << endl;
}
...
...
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