Skip to content

Commit

Permalink
Wrong MatchTechnique in test4
Browse files Browse the repository at this point in the history
Inadvertently changed test4 from SimpleShapes to MatchGradient, which was
changing answers unexpectedly.
  • Loading branch information
mnlevy1981 committed Jul 9, 2016
1 parent 0fb42f3 commit d83f582
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/drivers/cvmix_kpp_drv.F90
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ Subroutine cvmix_kpp_driver()

call cvmix_init_kpp(ri_crit=ri_crit, vonkarman=0.4_cvmix_r8, &
interp_type2=interp_type_t4, lnoDGat1=lnoDGat1, &
MatchTechnique='MatchGradient', &
lenhanced_diff=(i.eq.1))
call cvmix_coeffs_kpp(CVmix_vars4)

Expand Down Expand Up @@ -378,7 +377,6 @@ Subroutine cvmix_kpp_driver()

call cvmix_init_kpp(ri_crit=ri_crit, vonkarman=0.4_cvmix_r8, &
interp_type2=interp_type_t4, lnoDGat1=lnoDGat1, &
MatchTechnique='MatchGradient', &
lenhanced_diff=(i.eq.1))
call cvmix_coeffs_kpp(CVmix_vars4)

Expand Down

0 comments on commit d83f582

Please sign in to comment.