Compare commits

..

2 Commits

Author SHA1 Message Date
PhasicFlow b2581cc2a9
Merge pull request #223 from wanqing0421/patch-1
fix the warning messages
2025-05-09 09:19:05 +03:30
Wenxuan XU 1831c2c6c5
fix the warning messages 2025-05-06 10:48:06 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ pFlow::postprocessData::postprocessData::postprocessData
if( !dict_.fileExist() || !dict_.headerOk() ) if( !dict_.fileExist() || !dict_.headerOk() )
{ {
WARNING<<"You requested postprocessData function while," 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; <<" This feature is disabled in the current run."<<END_WARNING;
return; return;
} }