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

« back to all changes in this revision

Viewing changes to Lib/interpolate/fitpack/regrid.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:
329
329
        j = j-1
330
330
  40  continue
331
331
      call fpchec(y,my,ty,ny,ky,ier)
332
 
      if(ier) 70,60,70
 
332
      if (ier.eq.0) go to 60
 
333
      go to 70
333
334
  50  if(s.lt.0.) go to 70
334
335
      if(s.eq.0. .and. (nxest.lt.(mx+kx1) .or. nyest.lt.(my+ky1)) )
335
336
     * go to 70