next up previous contents
Next: 4.7.17 INTEGER FUNCTION ZULOCR(X, Up: 4.7 Patch GENUTL : Previous: 4.7.15 SUBROUTINE ZUCODS(D,S,N) :   Contents


4.7.16 SUBROUTINE ZUCOSD(S,D,N) : COpy Single prec. to Double prec

This routine copies the firts N words of the single precission array S to the double precission array D.

ARGUMENTS:
INPUT :
    S     : Single precission array
    N     : number of words the sets extend over
  OUTOUT :
    D     : Double precission copy of first N words of S
IMPLICIT INPUTS:
    none
IMPLICIT OUTPUTS:
    none
CALLED BY :
any routine.

CALLED ROUTINE(S):
none

SIDE EFFECTS:
none

AUTHORS:
M. Berggren,CERN

CREATION DATE:
20-JUN-2001



Mikael Berggren 2003-03-27