Mercurial > hg > octave-nkf
view libcruft/blas-xtra/xdznrm2.f @ 14395:e41e538e9d03
Fix TickDir handling for 2D and 3D plots (bug #35575).
* graphics.cc (update_ticklength): Set TickDir direction based
on 2D versus 3D.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 23 Feb 2012 12:25:23 -0800 |
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