Skip to content

Commit b2581cc

Browse files
authored
Merge pull request #223 from wanqing0421/patch-1
fix the warning messages
2 parents ab856e1 + 1831c2c commit b2581cc

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)