Skip to content

Commit

Permalink
Minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahesh Natarajan committed Dec 5, 2023
1 parent dfca2d7 commit a93b10c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/TimeIntegration/ERF_slow_rhs_post.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ void erf_slow_rhs_post (int level, int finest_level,
AdvType moist_vert_adv_type = ac.moistscal_vert_adv_type;

if (ac.use_efficient_advection){
moist_horiz_adv_type = EfficientAdvType(nrk,solverChoice.moistscal_horiz_adv_type);
moist_vert_adv_type = EfficientAdvType(nrk,solverChoice.moistscal_vert_adv_type);
moist_horiz_adv_type = EfficientAdvType(nrk, ac.moistscal_horiz_adv_type);
moist_vert_adv_type = EfficientAdvType(nrk, ac.moistscal_vert_adv_type);
}

AdvectionSrcForScalars(tbx, start_comp, num_comp, avg_xmom, avg_ymom, avg_zmom,
Expand Down

0 comments on commit a93b10c

Please sign in to comment.