Skip to content

Commit 9428c70

Browse files
authored
fix oops. (#1928)
1 parent 5472f4f commit 9428c70

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Source/SourceTerms/ERF_moist_set_rhs.cpp

+10-10
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,11 @@ moist_set_rhs (const Box& tbx,
160160
tbx_xlo, tbx_xhi,
161161
tbx_ylo, tbx_yhi,
162162
ng_vect, true);
163-
wrfbdy_set_rhs_in_spec_region(dt, RhoQ1_comp, 1,
164-
width, set_width, dom_lo, dom_hi,
165-
tbx_xlo, tbx_xhi, tbx_ylo, tbx_yhi,
166-
arr_xlo, arr_xhi, arr_ylo, arr_yhi,
167-
old_cons, cell_rhs);
163+
realbdy_set_rhs_in_spec_region(dt, RhoQ1_comp, 1,
164+
width, set_width, dom_lo, dom_hi,
165+
tbx_xlo, tbx_xhi, tbx_ylo, tbx_yhi,
166+
arr_xlo, arr_xhi, arr_ylo, arr_yhi,
167+
old_cons, cell_rhs);
168168
}
169169

170170

@@ -178,11 +178,11 @@ moist_set_rhs (const Box& tbx,
178178
compute_interior_ghost_bxs_xy(tbx, domain, width, set_width,
179179
tbx_xlo, tbx_xhi,
180180
tbx_ylo, tbx_yhi);
181-
wrfbdy_compute_laplacian_relaxation(RhoQ1_comp, 1,
182-
width, set_width, dom_lo, dom_hi, F1, F2,
183-
tbx_xlo, tbx_xhi, tbx_ylo, tbx_yhi,
184-
arr_xlo, arr_xhi, arr_ylo, arr_yhi,
185-
new_cons, cell_rhs);
181+
realbdy_compute_laplacian_relaxation(RhoQ1_comp, 1,
182+
width, set_width, dom_lo, dom_hi, F1, F2,
183+
tbx_xlo, tbx_xhi, tbx_ylo, tbx_yhi,
184+
arr_xlo, arr_xhi, arr_ylo, arr_yhi,
185+
new_cons, cell_rhs);
186186
}
187187

188188
/*

0 commit comments

Comments
 (0)