~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to routines/signal/desi12.f

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
      nzero(1) = ndeg
56
56
c
57
57
      ugc = gd2/adelta
58
 
c
 
58
cccccccccccccccccccccccccccccccccccccc
 
59
c The two lines below were missing
 
60
      ogc = gd1
 
61
      go to 80
 
62
cccccccccccccccccccccccccccccccccccccc
59
63
  40  sm(1,1) = 0.0d+0
60
64
      nzm(1) = 1
61
65
      sm(1,2) = 1.0d+0
83
87
      sm(nmaxi-1,4) = 1.0d+0
84
88
      return
85
89
      end
 
90