From 27dfdfa599807e6eb60eda3ee6e11a1a2035400e Mon Sep 17 00:00:00 2001 From: HRN Date: Fri, 28 Feb 2025 11:36:53 +0330 Subject: [PATCH] stationary motion now does not require the dictionary --- src/MotionModel/stationaryWall/stationaryWall.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/MotionModel/stationaryWall/stationaryWall.cpp b/src/MotionModel/stationaryWall/stationaryWall.cpp index ff581496..ec6a860c 100644 --- a/src/MotionModel/stationaryWall/stationaryWall.cpp +++ b/src/MotionModel/stationaryWall/stationaryWall.cpp @@ -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;