@@ -160,11 +160,11 @@ moist_set_rhs (const Box& tbx,
160
160
tbx_xlo, tbx_xhi,
161
161
tbx_ylo, tbx_yhi,
162
162
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);
168
168
}
169
169
170
170
@@ -178,11 +178,11 @@ moist_set_rhs (const Box& tbx,
178
178
compute_interior_ghost_bxs_xy (tbx, domain, width, set_width,
179
179
tbx_xlo, tbx_xhi,
180
180
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);
186
186
}
187
187
188
188
/*
0 commit comments