mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
stationary motion now does not require the dictionary
This commit is contained in:
@ -29,7 +29,7 @@ pFlow::stationaryWall::stationaryWall
|
||||
:
|
||||
fileDictionary(objf, owner)
|
||||
{
|
||||
|
||||
const auto& dummy = this->subDictOrCreate("stationaryInfo");
|
||||
if(!impl_readDictionary(*this) )
|
||||
{
|
||||
fatalErrorInFunction;
|
||||
@ -46,6 +46,8 @@ pFlow::stationaryWall::stationaryWall
|
||||
:
|
||||
fileDictionary(objf, dict, owner)
|
||||
{
|
||||
const auto& dummy = this->subDictOrCreate("stationaryInfo");
|
||||
|
||||
if(!impl_readDictionary(*this) )
|
||||
{
|
||||
fatalErrorInFunction;
|
||||
|
Reference in New Issue
Block a user