Skip to content

Commit

Permalink
comma not necessary (debugging on CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Nov 4, 2024
1 parent 7999df4 commit b7249c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/TestUzfEtUtil.f90
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ subroutine collect_uzfetutil(testsuite)
new_unittest("etfunc_lin", test_etfunc_lin), &
new_unittest("calc_lin_scaling_fac", &
test_calc_lin_scaling_fac), &
new_unittest("etfunc_nlin", test_etfunc_nlin), &
new_unittest("etfunc_nlin", test_etfunc_nlin) &
]
end subroutine collect_uzfetutil

Expand Down

0 comments on commit b7249c1

Please sign in to comment.