mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: cvMesh: Force lookup of specialiseFeaturePoints
This commit is contained in:
@ -61,7 +61,7 @@ Foam::cvControls::cvControls
|
|||||||
|
|
||||||
specialiseFeaturePoints_ = Switch
|
specialiseFeaturePoints_ = Switch
|
||||||
(
|
(
|
||||||
surfDict.lookupOrDefault<Switch>("specialiseFeaturePoints", false)
|
surfDict.lookup("specialiseFeaturePoints")
|
||||||
);
|
);
|
||||||
|
|
||||||
surfaceSearchDistanceCoeff_ = readScalar
|
surfaceSearchDistanceCoeff_ = readScalar
|
||||||
|
|||||||
Reference in New Issue
Block a user