rsco.f
SUBROUTINE RSCO (RSAV, ISAV)
C***BEGIN PROLOGUE RSCO
....
....
Warning: this routine is not intended to be user-callable.
....
....
C***SUBSIDIARY
C***PURPOSE Subsidiary to DEBDF
C***LIBRARY SLATEC
C***TYPE SINGLE PRECISION (RSCO-S, DRSCO-D)
C***AUTHOR Watts, H. A., (SNLA)
C***DESCRIPTION
C
C RSCO transfers data from arrays to a common block within the
C integrator package DEBDF.
C
C***SEE ALSO DEBDF
C***ROUTINES CALLED (NONE)
C***COMMON BLOCKS DEBDF1
C***REVISION HISTORY (YYMMDD)
C 800901 DATE WRITTEN
C 891214 Prologue converted to Version 4.0 format. (BAB)
C 900328 Added TYPE section. (WRB)
C 910722 Updated AUTHOR section. (ALS)
C***END PROLOGUE RSCO