stationary motion now does not require the dictionary
This commit is contained in:
parent
099e85cfb1
commit
27dfdfa599
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue