Mercurial > hg > octave-lyh
view libcruft/lapack-xtra/xilaenv.f @ 14535:8150ccfffa22
Apply broadcasting to inputs of line().
* __line__.m: Use broadcasting the match the sizes of inputs.
* line.m: Add demo.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Fri, 06 Apr 2012 19:21:16 -0400 |
parents | 8b22207ef9ca |
children |
line wrap: on
line source
subroutine xilaenv (ispec, name, opts, n1, n2, n3, n4, retval) character*(*) name, opts integer ilaenv, ispec, n1, n2, n3, n4, retval retval = ilaenv (ispec, name, opts, n1, n2, n3, n4) return end