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
47bd5134
Commit
47bd5134
authored
Dec 13, 2017
by
mattijs
Browse files
ENH: snappyHexMesh: message
parent
52231e78
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mesh/snappyHexMesh/snappyHexMeshDriver/snappyRefineDriver.C
View file @
47bd5134
...
...
@@ -1881,12 +1881,7 @@ Foam::label Foam::snappyRefineDriver::directionalShellRefine
// Stop when no cells to refine or have done minimum necessary
// iterations and not enough cells to refine.
if
(
nCellsToRefine
==
0
)
{
//Info<< "Not refining direction " << dir
// << " since too few cells selected." << nl << endl;
}
else
if
(
nCellsToRefine
>
0
)
{
if
(
debug
)
{
...
...
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