Copying correct debug
This commit is contained in:
parent
b6b47d1017
commit
8470a791b4
1 changed files with 3 additions and 3 deletions
|
@ -158,9 +158,9 @@ Foam::autoHexMeshDriver::autoHexMeshDriver
|
||||||
{
|
{
|
||||||
meshRefinement::debug = debug_;
|
meshRefinement::debug = debug_;
|
||||||
autoHexMeshDriver::debug = debug_;
|
autoHexMeshDriver::debug = debug_;
|
||||||
autoRefineDriver::debug = debug;
|
autoRefineDriver::debug = debug_;
|
||||||
autoSnapDriver::debug = debug;
|
autoSnapDriver::debug = debug_;
|
||||||
autoLayerDriver::debug = debug;
|
autoLayerDriver::debug = debug_;
|
||||||
}
|
}
|
||||||
|
|
||||||
refinementParameters refineParams(dict, 1);
|
refinementParameters refineParams(dict, 1);
|
||||||
|
|
Reference in a new issue