We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab856e1 + 1831c2c commit b2581ccCopy full SHA for b2581cc
1 file changed
src/PostprocessData/postprocessData/postprocessData.cpp
@@ -50,7 +50,7 @@ pFlow::postprocessData::postprocessData::postprocessData
50
if( !dict_.fileExist() || !dict_.headerOk() )
51
{
52
WARNING<<"You requested postprocessData function while,"
53
- <<" the dictionary system/postprocessDataDict does not exist."
+ <<" the dictionary settings/postprocessDataDict does not exist."
54
<<" This feature is disabled in the current run."<<END_WARNING;
55
return;
56
}
0 commit comments