Compare commits
No commits in common. "b2581cc2a95388f48efe2043ae7a1aac7eab57ef" and "ab856e1df2fd04e81c5fdd86201bec60a08c8e1f" have entirely different histories.
b2581cc2a9
...
ab856e1df2
|
@ -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 settings/postprocessDataDict does not exist."
|
<<" the dictionary system/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