diff --git a/src/PostprocessData/postprocessData/postprocessData.cpp b/src/PostprocessData/postprocessData/postprocessData.cpp index cbe5ac69..7352a6ac 100644 --- a/src/PostprocessData/postprocessData/postprocessData.cpp +++ b/src/PostprocessData/postprocessData/postprocessData.cpp @@ -50,7 +50,7 @@ pFlow::postprocessData::postprocessData::postprocessData if( !dict_.fileExist() || !dict_.headerOk() ) { WARNING<<"You requested postprocessData function while," - <<" the dictionary system/postprocessDataDict does not exist." + <<" the dictionary settings/postprocessDataDict does not exist." <<" This feature is disabled in the current run."<> + makeUnique> ( objectFile ( @@ -40,7 +40,7 @@ bool postSimulationFieldsDataBase::loadPointFieldToTime(const word &name) { allPointFields_.push_back ( - makeUnique> + makeUnique> ( objectFile ( @@ -58,7 +58,7 @@ bool postSimulationFieldsDataBase::loadPointFieldToTime(const word &name) { allPointFields_.push_back ( - makeUnique> + makeUnique> ( objectFile ( @@ -76,7 +76,7 @@ bool postSimulationFieldsDataBase::loadPointFieldToTime(const word &name) { allPointFields_.push_back ( - makeUnique> + makeUnique> ( objectFile ( @@ -263,4 +263,4 @@ TimeValueType postSimulationFieldsDataBase::skipNextTimeFolder() return nextTime; } -} // namespace pFlow::postprocessData \ No newline at end of file +} // namespace pFlow::postprocessData