mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
fix the warning messages
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user