Skip to content
Snippets Groups Projects
Commit 9d60118b authored by Mark OLESEN's avatar Mark OLESEN
Browse files

CONFIG: mismatch in keyword for singleProcessorFaceSets

- catch some dictionary entries from pre-develop branch
parent c7a54720
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,10 @@ singleProcessorFaceSetsConstraint
)
:
decompositionConstraint(constraintsDict, typeName),
setNameAndProcs_(coeffDict_.lookup("singleProcessorFaceSets"))
setNameAndProcs_
(
coeffDict_.lookupCompat("sets", {{"singleProcessorFaceSets", 1806}})
)
{
if (decompositionConstraint::debug)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment