dsvco.f
SUBROUTINE DSVCO (RSAV, ISAV)
C***BEGIN PROLOGUE DSVCO
....
....
Warning: this routine is not intended to be user-callable.
....
....
C***SUBSIDIARY
C***PURPOSE Subsidiary to DDEBDF
C***LIBRARY SLATEC
C***TYPE DOUBLE PRECISION (SVCO-S, DSVCO-D)
C***AUTHOR (UNKNOWN)
C***DESCRIPTION
C
C DSVCO transfers data from a common block to arrays within the
C integrator package DDEBDF.
C
C***SEE ALSO DDEBDF
C***ROUTINES CALLED (NONE)
C***COMMON BLOCKS DDEBD1
C***REVISION HISTORY (YYMMDD)
C 820301 DATE WRITTEN
C 891214 Prologue converted to Version 4.0 format. (BAB)
C 900328 Added TYPE section. (WRB)
C***END PROLOGUE DSVCO