mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CONFIG: mismatch in keyword for singleProcessorFaceSets
- catch some dictionary entries from pre-develop branch
This commit is contained in:
@ -56,7 +56,10 @@ singleProcessorFaceSetsConstraint
|
|||||||
)
|
)
|
||||||
:
|
:
|
||||||
decompositionConstraint(constraintsDict, typeName),
|
decompositionConstraint(constraintsDict, typeName),
|
||||||
setNameAndProcs_(coeffDict_.lookup("singleProcessorFaceSets"))
|
setNameAndProcs_
|
||||||
|
(
|
||||||
|
coeffDict_.lookupCompat("sets", {{"singleProcessorFaceSets", 1806}})
|
||||||
|
)
|
||||||
{
|
{
|
||||||
if (decompositionConstraint::debug)
|
if (decompositionConstraint::debug)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user