MotionModel folder completed

This commit is contained in:
Hamidreza Norouzi
2024-03-22 09:42:23 -07:00
parent f27fbdd82c
commit be56d8ee2e
16 changed files with 127 additions and 900 deletions

View File

@ -30,7 +30,7 @@ pFlow::stationaryWall::stationaryWall
fileDictionary(objf, owner)
{
if(! getModel().impl_readDictionary(*this) )
if(!impl_readDictionary(*this) )
{
fatalErrorInFunction;
fatalExit;
@ -46,7 +46,7 @@ pFlow::stationaryWall::stationaryWall
:
fileDictionary(objf, dict, owner)
{
if(! getModel().impl_readDictionary(*this) )
if(!impl_readDictionary(*this) )
{
fatalErrorInFunction;
fatalExit;