mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: qualify expression debug flags
- for debug/tracing handle the following keywords: * debug.driver (was "debugBaseDriver") * debug.scanner (was "debugScanner") * debug.parser (was "debugParser")
This commit is contained in:
committed by
Andrew Heather
parent
510ffb3322
commit
a6cbfcb9ba
@ -5,7 +5,7 @@
|
||||
\\ / A nd | www.openfoam.com
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
Copyright (C) 2019-2020 OpenCFD Ltd.
|
||||
Copyright (C) 2019-2021 OpenCFD Ltd.
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
This file is part of OpenFOAM.
|
||||
@ -54,7 +54,7 @@ void Foam::PDRparams::readDefaults(const dictionary& dict)
|
||||
|
||||
outer_orthog = dict.found("outer_orthog");
|
||||
|
||||
dict.readIfPresent("debugLevel", debugLevel);
|
||||
dict.readIfPresent("debug.level", debugLevel);
|
||||
dict.readIfPresent("nFacesToBlockC", nFacesToBlockC);
|
||||
dict.readIfPresent("nPairsToBlockC", nPairsToBlockC);
|
||||
dict.readIfPresent("overlaps", overlaps);
|
||||
|
||||
Reference in New Issue
Block a user