fix the warning messages

This commit is contained in:
Wenxuan XU
2025-05-06 10:48:06 +08:00
committed by GitHub
parent ab856e1df2
commit 1831c2c6c5

View File

@ -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."<<END_WARNING;
return;
}