~ubuntu-branches/ubuntu/saucy/python-scipy/saucy

« back to all changes in this revision

Viewing changes to scipy/sandbox/cdavid/src/levinson.def

  • Committer: Bazaar Package Importer
  • Author(s): Ondrej Certik
  • Date: 2008-06-16 22:58:01 UTC
  • mfrom: (2.1.24 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080616225801-irdhrpcwiocfbcmt
Tags: 0.6.0-12
* The description updated to match the current SciPy (Closes: #489149).
* Standards-Version bumped to 3.8.0 (no action needed)
* Build-Depends: netcdf-dev changed to libnetcdf-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Last Change: Tue Nov 28 03:00 PM 2006 J
 
3
 * vim:syntax=c
 
4
 */
 
5
autogen definitions levinson.tpl;
 
6
 
 
7
float_type = {
 
8
        type_name       = "float" ;
 
9
        short_name      = "flt" ;
 
10
        upper_name      = "FLOAT" ;
 
11
} ;
 
12
 
 
13
float_type = {
 
14
        type_name       = "double" ;
 
15
        short_name      = "dbl" ;
 
16
        upper_name      = "DOUBLE" ;
 
17
} ;
 
18