Skip to content

Commit 03985c0

Browse files
committed
rang -> rang3
1 parent cef6f06 commit 03985c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

int/rosenbrock.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
! * Rodas3 !
77
! * Rodas3.1 !
88
! * Rodas4 !
9-
! * Rang !
9+
! * Rang3 !
1010
! By default the code employs the KPP sparse linear algebra routines !
1111
! Compile with -DFULL_ALGEBRA to use full linear algebra (LAPACK) !
1212
! !
@@ -194,7 +194,7 @@ SUBROUTINE Rosenbrock(N,Y,Tstart,Tend, &
194194
! = 3 : Ros4
195195
! = 4 : Rodas3
196196
! = 5 : Rodas4
197-
! = 6 : Rang
197+
! = 6 : Rang3
198198
! = 7 : Rodas3.1
199199
!
200200
! ICNTRL(4) -> maximum number of integration steps

0 commit comments

Comments
 (0)