~ubuntu-branches/ubuntu/jaunty/grace/jaunty

« back to all changes in this revision

Viewing changes to cephes/hyperg.c

  • Committer: Bazaar Package Importer
  • Author(s): Ionut Georgescu
  • Date: 2007-02-20 13:55:29 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070220135529-osw9j6y5a75fl2ly
Tags: 1:5.1.21-1
* New upstream release. Closes #376206.
* grace_manpage.diff and cephes_ushort_to_double_conversion.diff have been
  applied upstream. Remove them.
* The upstream source comes with a patches/ directory which conflicts with
  cdbs-quilt-patchsys. Prevent cdbs from creating a symlink to
  debian/patches and set QUILT_PATCHES=debian/patches by hand.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
double hyperg( a, b, x)
73
73
double a, b, x;
74
74
{
75
 
double asum, psum, acanc, pcanc;
 
75
double asum, psum, acanc, pcanc=0;
76
76
 
77
77
 
78
78