ENH: cvMesh: feature method non-optional
This commit is contained in:
parent
b892ada5bc
commit
13ba0beca1
@ -118,11 +118,7 @@ Foam::conformationSurfaces::conformationSurfaces
|
||||
}
|
||||
|
||||
|
||||
word featureMethod = surfaceSubDict.lookupOrDefault
|
||||
(
|
||||
"featureMethod",
|
||||
word("none")
|
||||
);
|
||||
word featureMethod = surfaceSubDict.lookup("featureMethod");
|
||||
|
||||
if (featureMethod == "extendedFeatureEdgeMesh")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user