From 1831c2c6c525a0a5e3e8c9b5022ac00a61580822 Mon Sep 17 00:00:00 2001 From: Wenxuan XU <102002019+wanqing0421@users.noreply.github.com> Date: Tue, 6 May 2025 10:48:06 +0800 Subject: [PATCH] fix the warning messages --- src/PostprocessData/postprocessData/postprocessData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PostprocessData/postprocessData/postprocessData.cpp b/src/PostprocessData/postprocessData/postprocessData.cpp index 967bcfda..1ef9b644 100644 --- a/src/PostprocessData/postprocessData/postprocessData.cpp +++ b/src/PostprocessData/postprocessData/postprocessData.cpp @@ -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."<