Go to the documentation of this file.
6 c this
subroutine converts the
floating point value data from a signed 2-byte
7 c
integer using the conversion specification CON and the location specified
8 c by loc in the array raw
10 c april 3, 1995 by frederick s. patt, gsc
12 c modification history
14 c changed
integer*1 to byte for Sun OS compatibility, B. A. Franz,
15 c gac, november 14, 1997.
23 equivalence(itmp2,temp2)
28 temp2(j) = raw(loc(1)+2-j)
32 temp2(j) = raw(loc(1)+j-1)
35 data = itmp2*con(1) + con(2)
subroutine read_short(data, loc, con, raw)