~ubuntu-branches/ubuntu/lucid/schroedinger/lucid

« back to all changes in this revision

Viewing changes to testsuite/wavelet_gain_curve.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-10-03 18:49:33 UTC
  • mfrom: (1.1.7 upstream) (6.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091003184933-mmkb7rff1nblsq6m
Tags: 1.0.8-2
* debian/control:
  + Build-depend on pkg-config to fix FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
  double b[20];
121
121
  int i;
122
122
 
 
123
  c[0] = 0;
123
124
  for(i=0;i<n_levels+1;i++){
124
125
    c[i] = 1/sqrt(a[i]);
125
126
    //printf("%d %g\n", i, c[i]);