@@ -5,7 +5,7 @@ module rksuite_90_prec
55!
66! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
77! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
8- ! see main doc for contact details
8+ ! see rksuite_readme for contact details
99!
1010integer , parameter :: wp = kind (1.d0 )
1111
@@ -18,7 +18,7 @@ module rksuite_90
1818!
1919! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
2020! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
21- ! see main doc for contact details
21+ ! see rksuite_readme for contact details
2222!
2323use rksuite_90_prec, only:wp
2424
@@ -132,7 +132,7 @@ subroutine machine_const(round_off,sqrrmc,cubrmc,sqtiny,outch)
132132!
133133! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
134134! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
135- ! see main doc for contact details
135+ ! see rksuite_readme for contact details
136136!
137137real (kind= wp), intent (out ) :: round_off, sqrrmc, cubrmc, sqtiny
138138integer , intent (out ) :: outch
@@ -160,7 +160,7 @@ subroutine method_const(rk_method, a, b, c, bhat, r, e, ptr, no_of_stages, &
160160!
161161! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
162162! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
163- ! see main doc for contact details
163+ ! see rksuite_readme for contact details
164164!
165165integer , intent (in ) :: rk_method
166166real (kind= wp), intent (out ) :: a(13 ,13 ), b(13 ), c(13 ), bhat(13 ), r(11 ,6 ), e(7 )
@@ -594,7 +594,7 @@ subroutine setup_r1(comm,t_start,y_start,t_end,tolerance,thresholds, &
594594!
595595! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
596596! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
597- ! see main doc for contact details
597+ ! see rksuite_readme for contact details
598598!
599599real (kind= wp), intent (in ) :: t_end, t_start ! indep!
600600real (kind= wp), intent (in ) :: tolerance
@@ -857,7 +857,7 @@ subroutine collect_garbage_r1(comm)
857857!
858858! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
859859! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
860- ! see main doc for contact details
860+ ! see rksuite_readme for contact details
861861!
862862type (rk_comm_real_1d) :: comm
863863!
@@ -934,7 +934,7 @@ recursive subroutine range_integrate_r1(comm,f,t_want,t_got,y_got,yderiv_got, &
934934!
935935! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
936936! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
937- ! see main doc for contact details
937+ ! see rksuite_readme for contact details
938938!
939939real (kind= wp), intent (in ) :: t_want ! indep!
940940real (kind= wp), intent (out ) :: t_got ! indep!
@@ -1171,7 +1171,7 @@ recursive subroutine step_integrate_r1(comm,f,t_now,y_now,yderiv_now,flag)
11711171!
11721172! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
11731173! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
1174- ! see main doc for contact details
1174+ ! see rksuite_readme for contact details
11751175!
11761176real (kind= wp), intent (out ) :: t_now ! indep!
11771177integer , intent (out ), optional :: flag
@@ -1565,7 +1565,7 @@ subroutine truerr_r1(comm,f,ier)
15651565!
15661566! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
15671567! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
1568- ! see main doc for contact details
1568+ ! see rksuite_readme for contact details
15691569!
15701570type (rk_comm_real_1d), intent (inout ) :: comm
15711571integer , intent (inout ) :: ier
@@ -1697,7 +1697,7 @@ subroutine step_r1(comm,f,tnow,y,yp,stages,tol,htry,y_new, &
16971697!
16981698! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
16991699! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
1700- ! see main doc for contact details
1700+ ! see rksuite_readme for contact details
17011701!
17021702type (rk_comm_real_1d), intent (inout ), target :: comm
17031703real (kind= wp), intent (out ) :: err
@@ -1947,7 +1947,7 @@ subroutine stiff_r1(comm,f,toomch,sure_stiff)
19471947!
19481948! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
19491949! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
1950- ! see main doc for contact details
1950+ ! see rksuite_readme for contact details
19511951!
19521952type (rk_comm_real_1d), intent (inout ), target :: comm
19531953logical , intent (in ) :: toomch
@@ -2330,7 +2330,7 @@ subroutine statistics_r1(comm,total_f_calls,step_cost,waste,num_succ_steps,&
23302330!
23312331! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
23322332! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
2333- ! see main doc for contact details
2333+ ! see rksuite_readme for contact details
23342334!
23352335type (rk_comm_real_1d), intent (inout ) :: comm
23362336real (kind= wp), optional , intent (out ) :: h_next ! indep!
@@ -2421,7 +2421,7 @@ subroutine global_error_r1(comm,rms_error,max_error,t_max_error)
24212421!
24222422! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
24232423! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
2424- ! see main doc for contact details
2424+ ! see rksuite_readme for contact details
24252425!
24262426type (rk_comm_real_1d), intent (inout ) :: comm
24272427real (kind= wp), optional , intent (out ) :: max_error
@@ -2524,7 +2524,7 @@ subroutine reset_t_end_r1(comm,t_end_new)
25242524!
25252525! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
25262526! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
2527- ! see main doc for contact details
2527+ ! see rksuite_readme for contact details
25282528!
25292529real (kind= wp), intent (in ) :: t_end_new ! indep!
25302530type (rk_comm_real_1d), intent (inout ) :: comm
@@ -2615,7 +2615,7 @@ subroutine interpolate_r1(comm,f,t_want,y_want,yderiv_want)
26152615!
26162616! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
26172617! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
2618- ! see main doc for contact details
2618+ ! see rksuite_readme for contact details
26192619!
26202620real (kind= wp), intent (in ) :: t_want ! indep!
26212621type (rk_comm_real_1d), intent (inout ), target :: comm
@@ -2947,7 +2947,7 @@ subroutine rkmsg_r1(ier,srname,nrec,comm,flag)
29472947!
29482948! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
29492949! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
2950- ! see main doc for contact details
2950+ ! see rksuite_readme for contact details
29512951!
29522952integer , intent (in ) :: ier, nrec
29532953integer , intent (out ), optional :: flag
@@ -3033,7 +3033,7 @@ subroutine set_saved_state_r1(srname,state,comm)
30333033!
30343034! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
30353035! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
3036- ! see main doc for contact details
3036+ ! see rksuite_readme for contact details
30373037!
30383038integer , intent (in ) :: state
30393039type (rk_comm_real_1d), intent (inout ) :: comm
@@ -3066,7 +3066,7 @@ function get_saved_state_r1(srname,save_states)
30663066!
30673067! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
30683068! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
3069- ! see main doc for contact details
3069+ ! see rksuite_readme for contact details
30703070!
30713071integer , dimension (7 ), intent (inout ) :: save_states
30723072character (len=* ), intent (in ) :: srname
@@ -3104,7 +3104,7 @@ function get_saved_fatal_r1(comm)
31043104!
31053105! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
31063106! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
3107- ! see main doc for contact details
3107+ ! see rksuite_readme for contact details
31083108!
31093109type (rk_comm_real_1d), intent (in ) :: comm
31103110logical :: get_saved_fatal_r1
@@ -3136,7 +3136,7 @@ function get_stop_on_fatal_r1(comm)
31363136!
31373137! Authors: R.W. Brankin (NAG Ltd., Oxford, England)
31383138! I. Gladwell (Math Dept., SMU, Dallas, TX, USA)
3139- ! see main doc for contact details
3139+ ! see rksuite_readme for contact details
31403140!
31413141type (rk_comm_real_1d), intent (in ) :: comm
31423142logical get_stop_on_fatal_r1
0 commit comments