Skip to content

Commit

Permalink
fix warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan committed Nov 17, 2023
1 parent c35db93 commit c53f175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/WarpX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit c53f175

Please sign in to comment.