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

« back to all changes in this revision

Viewing changes to Lib/fftpack/dfftpack/dffti1.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:
6
6
      NF = 0
7
7
      J = 0
8
8
  101 J = J+1
9
 
      IF (J-4) 102,102,103
 
9
      IF (J.le.4) GO TO 102
 
10
      GO TO 103
10
11
  102 NTRY = NTRYH(J)
11
12
      GO TO 104
12
13
  103 NTRY = NTRY+2
13
14
  104 NQ = NL/NTRY
14
15
      NR = NL-NTRY*NQ
15
 
      IF (NR) 101,105,101
 
16
      IF (NR.eq.0) GO TO 105
 
17
      GO TO 101
16
18
  105 NF = NF+1
17
19
      IFAC(NF+2) = NTRY
18
20
      NL = NQ