~ubuntu-branches/debian/sid/gsl/sid

« back to all changes in this revision

Viewing changes to diff/test.c

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2008-12-16 06:17:55 UTC
  • mfrom: (1.3.2 upstream) (3.1.15 jaunty)
  • Revision ID: james.westby@ubuntu.com-20081216061755-9la7p0qwrhopk8pl
Tags: 1.12+dfsg-1
* New upstream version released today

* doc/*: As before, removed the 'non-free' documentation to create a 
  source package that complies with Debian's interpretation of what is free. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <stdio.h>
23
23
#include <math.h>
24
24
#include <gsl/gsl_math.h>
25
 
#include <gsl/gsl_diff.h>
26
25
#include <gsl/gsl_errno.h>
27
26
#include <gsl/gsl_test.h>
28
27
#include <gsl/gsl_ieee_utils.h>
29
28
 
 
29
#undef GSL_DISABLE_DEPRECATED
 
30
#include <gsl/gsl_diff.h>
 
31
 
30
32
double
31
33
f1 (double x, void *params)
32
34
{