Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed another bug
  • Loading branch information
Austin Blevins committed Jul 20, 2023
1 parent 6578dc5 commit 12481e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/util_t_from_scale.f90
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function util_t_from_scale(scale,start,finish) result(time)
real(DP) :: tol = 1e-11_DP
integer(I4B) :: maxiter = 1000
integer(I4B) :: i
real(DP) :: a, b, c
real(DP) :: a, b, c, temp


a = start
Expand Down

0 comments on commit 12481e8

Please sign in to comment.