Compare commits
2 Commits
ab856e1df2
...
b2581cc2a9
Author | SHA1 | Date |
---|---|---|
|
b2581cc2a9 | |
|
1831c2c6c5 |
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue