Skip to content
Snippets Groups Projects
Commit f16c417f 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 f865fb43
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,10 @@ singleProcessorFaceSetsConstraint ...@@ -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)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment