Skip to content

Commit d83f582

Browse files
committed
Wrong MatchTechnique in test4
Inadvertently changed test4 from SimpleShapes to MatchGradient, which was changing answers unexpectedly.
1 parent 0fb42f3 commit d83f582

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/drivers/cvmix_kpp_drv.F90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ Subroutine cvmix_kpp_driver()
329329

330330
call cvmix_init_kpp(ri_crit=ri_crit, vonkarman=0.4_cvmix_r8, &
331331
interp_type2=interp_type_t4, lnoDGat1=lnoDGat1, &
332-
MatchTechnique='MatchGradient', &
333332
lenhanced_diff=(i.eq.1))
334333
call cvmix_coeffs_kpp(CVmix_vars4)
335334

@@ -378,7 +377,6 @@ Subroutine cvmix_kpp_driver()
378377

379378
call cvmix_init_kpp(ri_crit=ri_crit, vonkarman=0.4_cvmix_r8, &
380379
interp_type2=interp_type_t4, lnoDGat1=lnoDGat1, &
381-
MatchTechnique='MatchGradient', &
382380
lenhanced_diff=(i.eq.1))
383381
call cvmix_coeffs_kpp(CVmix_vars4)
384382

0 commit comments

Comments
 (0)