view libcruft/lapack-xtra/xilaenv.f @ 14626:f947d2922feb stable rc-3-6-2-0

3.6.2-rc0 release candidate * configure.ac (AC_INIT): Version is now 3.6.2-rc0. (OCTAVE_RELEASE_DATE): Now 2012-05-11.
author John W. Eaton <jwe@octave.org>
date Fri, 11 May 2012 13:46:18 -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