From c53f175d62a678226de11954fa7bc4cbd60dc2a9 Mon Sep 17 00:00:00 2001 From: RevathiJambunathan Date: Tue, 14 Nov 2023 17:06:09 -0800 Subject: [PATCH] fix warning message --- Source/WarpX.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp index 36c6c50c577..142e48d459e 100644 --- a/Source/WarpX.cpp +++ b/Source/WarpX.cpp @@ -1016,8 +1016,8 @@ WarpX::ReadParameters () if ( (fine_tag_lo_specified && fine_tag_hi_specified) && parser_specified) { ablastr::warn_manager::WMRecordWarning("Refined patch", "Both fine_tag_lo,fine_tag_hi\ - and ref_patch_function(x,y,z) are provided. Note that the ref_patch_function will\ - override the fine_tag_lo/fine_tag_hi definition for the refined patches"); + and ref_patch_function(x,y,z) are provided. Note that fine_tag_lo/fine_tag_hi will\ + override the ref_patch_function(x,y,z) for defining the refinement patches"); } if (fine_tag_lo_specified && fine_tag_hi_specified) { fine_tag_lo = RealVect{lo};