~ubuntu-branches/ubuntu/raring/python-scipy/raring-proposed

« back to all changes in this revision

Viewing changes to Lib/integrate/quadpack/dqagp.f

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-01-07 14:12:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070107141212-mm0ebkh5b37hcpzn
* Remove build dependency on python-numpy-dev.
* python-scipy: Depend on python-numpy instead of python-numpy-dev.
* Package builds on other archs than i386. Closes: #402783.

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
c
221
221
      lvl = 0
222
222
10    if(ier.eq.6) lvl = 1
223
 
      if(ier.ne.0) call xerror(26habnormal return from dqagp,26,ier,lvl)
 
223
      if(ier.ne.0) call xerror('abnormal return from dqagp',26,ier,lvl)
224
224
      return
225
225
      end