mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: TimeActivatedExplicitSource : active switch not parsed correctly
This commit is contained in:
@ -326,7 +326,7 @@ Foam::TimeActivatedExplicitSource<Type>::TimeActivatedExplicitSource
|
||||
:
|
||||
name_(name),
|
||||
mesh_(mesh),
|
||||
active_(dict.lookup("active")),
|
||||
active_(readBool(dict.lookup("active"))),
|
||||
timeStart_(readScalar(dict.lookup("timeStart"))),
|
||||
duration_(readScalar(dict.lookup("duration"))),
|
||||
volumeMode_(wordToVolumeModeType(dict.lookup("volumeMode"))),
|
||||
|
||||
Reference in New Issue
Block a user