Go to the documentation of this file. 1 real*4 function vmag(vec)
3 c
real*4 function vmag(vec)
5 c purpose: create the magnitude of a
vector of
size 3
9 c name
Type i/o description
10 c -------- ---- --- -----------
14 c by: w. robinson, gsc, 13 apr 93
18 c modification history:
24 vmag = sqrt( vec(1) * vec(1) + vec(2) * vec(2) + vec(3) * vec(3) )
float * vector(long nl, long nh)
real *4 function vmag(vec)