view libcruft/lapack-xtra/xilaenv.f @ 9636:74be4b7273e4 ss-3-3-50

update version info for snapshot
author John W. Eaton <jwe@octave.org>
date Sat, 12 Sep 2009 06:55:13 -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