Skip to content

Commit 10fd6be

Browse files
committed
update range
1 parent 86b4d5b commit 10fd6be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test2.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ program test2
2626
!! array of method IDs:
2727
!! [1,3,10,21,36,500,600,700,800]
2828
!! forward + all the central diff ones
29-
integer,parameter :: exp_star = 25 !! exponent to start with
29+
integer,parameter :: exp_star = -ceiling(log10(epsilon(1.0_wp))) !! exponent to start with
3030
integer,parameter :: exp_stop = -2 !! exponent to end with
3131
integer,parameter :: exp_step = -1 !! ecponent step
3232
integer,parameter :: exp_scale = 5 !! number of substeps from one to the next

0 commit comments

Comments
 (0)