ENH: cvMesh: Force lookup of specialiseFeaturePoints
This commit is contained in:
parent
50367fc3ae
commit
bae7a57c7c
@ -61,7 +61,7 @@ Foam::cvControls::cvControls
|
||||
|
||||
specialiseFeaturePoints_ = Switch
|
||||
(
|
||||
surfDict.lookupOrDefault<Switch>("specialiseFeaturePoints", false)
|
||||
surfDict.lookup("specialiseFeaturePoints")
|
||||
);
|
||||
|
||||
surfaceSearchDistanceCoeff_ = readScalar
|
||||
|
Loading…
Reference in New Issue
Block a user