~ubuntu-branches/ubuntu/trusty/fftw3/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/html/FFTW-Constants-in-Fortran.html

  • Committer: Bazaar Package Importer
  • Author(s): Paul Brossier
  • Date: 2009-10-30 15:58:13 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091030155813-sm22akeielmo6sbo
Tags: 3.2.2-1
* New upstream release
* Acknowledge non-maintainer upload (closes: #532340, #532301),
  thanks to Cyril Brulebois
* debian/control
  - add ${misc:Depends}
  - bump Standards-Version to 3.8.3, debhelper to >= 7.0.0
  - span build-depends on multiple lines
  - added Vcs-Bzr and Vcs-Browser fields
* debian/rules
  - fix bashisms (closes: #535378)
  - only install long double where needed (closes: #540408)
  - use dh_prep
* debian/compat: bump to 7
* debian/README.source: add reference to quilt documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html lang="en">
2
2
<head>
3
 
<title>FFTW Constants in Fortran - FFTW 3.2.1</title>
 
3
<title>FFTW Constants in Fortran - FFTW 3.2.2</title>
4
4
<meta http-equiv="Content-Type" content="text/html">
5
 
<meta name="description" content="FFTW 3.2.1">
6
 
<meta name="generator" content="makeinfo 4.8">
 
5
<meta name="description" content="FFTW 3.2.2">
 
6
<meta name="generator" content="makeinfo 4.13">
7
7
<link title="Top" rel="start" href="index.html#Top">
8
8
<link rel="up" href="Calling-FFTW-from-Fortran.html#Calling-FFTW-from-Fortran" title="Calling FFTW from Fortran">
9
9
<link rel="prev" href="Fortran_002dinterface-routines.html#Fortran_002dinterface-routines" title="Fortran-interface routines">
11
11
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
12
12
<!--
13
13
This manual is for FFTW
14
 
(version 3.2.1, 5 February 2009).
 
14
(version 3.2.2, 12 July 2009).
15
15
 
16
16
Copyright (C) 2003 Matteo Frigo.
17
17
 
46
46
</head>
47
47
<body>
48
48
<div class="node">
 
49
<a name="FFTW-Constants-in-Fortran"></a>
49
50
<p>
50
 
<a name="FFTW-Constants-in-Fortran"></a>
51
51
Next:&nbsp;<a rel="next" accesskey="n" href="FFTW-Execution-in-Fortran.html#FFTW-Execution-in-Fortran">FFTW Execution in Fortran</a>,
52
52
Previous:&nbsp;<a rel="previous" accesskey="p" href="Fortran_002dinterface-routines.html#Fortran_002dinterface-routines">Fortran-interface routines</a>,
53
53
Up:&nbsp;<a rel="up" accesskey="u" href="Calling-FFTW-from-Fortran.html#Calling-FFTW-from-Fortran">Calling FFTW from Fortran</a>
70
70
your code.
71
71
 
72
72
   <p><a name="index-flags-337"></a>In C, you combine different flags (like <code>FFTW_PRESERVE_INPUT</code> and
73
 
<code>FFTW_MEASURE</code>) using the `<samp><code>|</code></samp>' operator; in Fortran you
74
 
should just use `<samp><code>+</code></samp>'.  (Take care not to add in the same flag
 
73
<code>FFTW_MEASURE</code>) using the &lsquo;<samp><code>|</code></samp>&rsquo; operator; in Fortran you
 
74
should just use &lsquo;<samp><code>+</code></samp>&rsquo;.  (Take care not to add in the same flag
75
75
more than once, though.)
76
76
 
77
77
<!--  -->
78
 
</body></html>
 
78
   </body></html>
79
79