STYLE: use dictionary checking methods in runTimePostProcessing
- make parallelProjection default (was previously mandatory)
This commit is contained in:
committed by
Andrew Heather
parent
7e29e165d7
commit
3de7cd5207
@ -76,8 +76,8 @@ Foam::functionObjects::runTimePostPro::functionObjectBase::functionObjectBase
|
||||
fieldVisualisationBase(dict, colours),
|
||||
state_(state),
|
||||
functionObjectName_(dict.get<word>("functionObject")),
|
||||
liveObject_(dict.lookupOrDefault("liveObject", true)),
|
||||
clearObjects_(dict.lookupOrDefault("clearObjects", false))
|
||||
liveObject_(dict.getOrDefault("liveObject", true)),
|
||||
clearObjects_(dict.getOrDefault("clearObjects", false))
|
||||
{}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user