Mercurial > hg > octave-lyh
view libcruft/blas-xtra/xdznrm2.f @ 10485:b4e14e628fc9
Truncate argv() for scripts used without command line parameters. Bug #29423
author | Judd Storrs <jstorrs@gmail.com> |
---|---|
date | Fri, 02 Apr 2010 13:28:02 -0400 |
parents | 3c89a3f9d23e |
children |
line wrap: on
line source
subroutine xdznrm2 (n, x, incx, retval) double precision dznrm2, retval double complex x(*) integer n, incx retval = dznrm2 (n, x, incx) return end