From 9428c70c5c299fd8c11bc0b15634b917e16bdf7b Mon Sep 17 00:00:00 2001 From: "Aaron M. Lattanzi" <103702284+AMLattanzi@users.noreply.github.com> Date: Tue, 5 Nov 2024 07:55:33 -0800 Subject: [PATCH] fix oops. (#1928) --- Source/SourceTerms/ERF_moist_set_rhs.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Source/SourceTerms/ERF_moist_set_rhs.cpp b/Source/SourceTerms/ERF_moist_set_rhs.cpp index 8a0854d3d..3b63b6a0a 100644 --- a/Source/SourceTerms/ERF_moist_set_rhs.cpp +++ b/Source/SourceTerms/ERF_moist_set_rhs.cpp @@ -160,11 +160,11 @@ moist_set_rhs (const Box& tbx, tbx_xlo, tbx_xhi, tbx_ylo, tbx_yhi, ng_vect, true); - wrfbdy_set_rhs_in_spec_region(dt, RhoQ1_comp, 1, - width, set_width, dom_lo, dom_hi, - tbx_xlo, tbx_xhi, tbx_ylo, tbx_yhi, - arr_xlo, arr_xhi, arr_ylo, arr_yhi, - old_cons, cell_rhs); + realbdy_set_rhs_in_spec_region(dt, RhoQ1_comp, 1, + width, set_width, dom_lo, dom_hi, + tbx_xlo, tbx_xhi, tbx_ylo, tbx_yhi, + arr_xlo, arr_xhi, arr_ylo, arr_yhi, + old_cons, cell_rhs); } @@ -178,11 +178,11 @@ moist_set_rhs (const Box& tbx, compute_interior_ghost_bxs_xy(tbx, domain, width, set_width, tbx_xlo, tbx_xhi, tbx_ylo, tbx_yhi); - wrfbdy_compute_laplacian_relaxation(RhoQ1_comp, 1, - width, set_width, dom_lo, dom_hi, F1, F2, - tbx_xlo, tbx_xhi, tbx_ylo, tbx_yhi, - arr_xlo, arr_xhi, arr_ylo, arr_yhi, - new_cons, cell_rhs); + realbdy_compute_laplacian_relaxation(RhoQ1_comp, 1, + width, set_width, dom_lo, dom_hi, F1, F2, + tbx_xlo, tbx_xhi, tbx_ylo, tbx_yhi, + arr_xlo, arr_xhi, arr_ylo, arr_yhi, + new_cons, cell_rhs); } /*