Mercurial > hg > octave-nkf
view libcruft/lapack-xtra/xilaenv.f @ 7477:8b22207ef9ca
ilaenv --> xilaenv
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 12 Feb 2008 21:13:21 -0500 |
parents | |
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