mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: cvMesh: feature method non-optional
This commit is contained in:
@ -118,11 +118,7 @@ Foam::conformationSurfaces::conformationSurfaces
|
||||
}
|
||||
|
||||
|
||||
word featureMethod = surfaceSubDict.lookupOrDefault
|
||||
(
|
||||
"featureMethod",
|
||||
word("none")
|
||||
);
|
||||
word featureMethod = surfaceSubDict.lookup("featureMethod");
|
||||
|
||||
if (featureMethod == "extendedFeatureEdgeMesh")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user