Subroutine: MOVED Purpose: Copies double precision reals from one array to another. Category: ARRAY File: move.c Author: K.G. Begeman Use: CALL MOVED( SOURCE, Input DOUBLE ARRAY DESTIN, Output DOUBLE ARRAY NITEMS ) Input INTEGER SOURCE input array to be copied to DESTIN. DESTIN output array. NITEMS Number of elements to be copied. Notes: The arrays to be transferred may overlap. Updates: Jul 29, 1989 : KGB, Document created.