From baf8478423625e407a2e8d1be737d64d71770b3c 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 7c3c73f9bce..01f81bbf806 100644 --- a/Source/WarpX.cpp +++ b/Source/WarpX.cpp @@ -1005,8 +1005,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};