~ubuntu-branches/debian/sid/octave3.0/sid

« back to all changes in this revision

Viewing changes to libcruft/lapack-xtra/xilaenv.f

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Weber
  • Date: 2008-08-12 22:28:01 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080812222801-b3myaxymt2k5m709
Tags: 1:3.0.1-6lenny1
Allow libhdf5-openmpi-dev to satisfy Octave's hdf5 dependency (closes:
#494139)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
      subroutine xilaenv (ispec, name, opts, n1, n2, n3, n4, retval)
 
2
      character*(*) name, opts
 
3
      integer ilaenv, ispec, n1, n2, n3, n4, retval
 
4
      retval = ilaenv (ispec, name, opts, n1, n2, n3, n4)
 
5
      return
 
6
      end