Skip to content

Commit 1831c2c

Browse files
authored
fix the warning messages
1 parent ab856e1 commit 1831c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PostprocessData/postprocessData/postprocessData.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pFlow::postprocessData::postprocessData::postprocessData
5050
if( !dict_.fileExist() || !dict_.headerOk() )
5151
{
5252
WARNING<<"You requested postprocessData function while,"
53-
<<" the dictionary system/postprocessDataDict does not exist."
53+
<<" the dictionary settings/postprocessDataDict does not exist."
5454
<<" This feature is disabled in the current run."<<END_WARNING;
5555
return;
5656
}

0 commit comments

Comments
 (0)