stationary motion now does not require the dictionary

This commit is contained in:
HRN 2025-02-28 11:36:53 +03:30
parent 099e85cfb1
commit 27dfdfa599
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,7 @@ pFlow::stationaryWall::stationaryWall
: :
fileDictionary(objf, owner) fileDictionary(objf, owner)
{ {
const auto& dummy = this->subDictOrCreate("stationaryInfo");
if(!impl_readDictionary(*this) ) if(!impl_readDictionary(*this) )
{ {
fatalErrorInFunction; fatalErrorInFunction;
@ -46,6 +46,8 @@ pFlow::stationaryWall::stationaryWall
: :
fileDictionary(objf, dict, owner) fileDictionary(objf, dict, owner)
{ {
const auto& dummy = this->subDictOrCreate("stationaryInfo");
if(!impl_readDictionary(*this) ) if(!impl_readDictionary(*this) )
{ {
fatalErrorInFunction; fatalErrorInFunction;