Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Mar 2, 2003
1 parent ffd88e5 commit 2c552e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/fftw3.texi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\input texinfo @c -*-texinfo-*-
@comment $Id: fftw3.texi,v 1.55 2003-03-01 23:50:43 stevenj Exp $
@comment $Id: fftw3.texi,v 1.56 2003-03-02 00:14:16 stevenj Exp $
@comment %**start of header
@setfilename fftw3.info
@include version.texi
Expand Down Expand Up @@ -233,7 +233,7 @@ basic interface/features of FFTW in @ref{Tutorial}. The following
chapter discusses @ref{Other Stuff You Should Know}, including
@ref{The Importance of Alignment}, the storage scheme of
multi-dimensional arrays (@pxref{Multi-dimensional Array Format}), and
FFTW's mechanism for storing plans on disk (@pxref{Words of Wisdom: Saving Plans}).
FFTW's mechanism for storing plans on disk (@pxref{Words of Wisdom-Saving Plans}).
Next, @ref{FFTW Reference} provides comprehensive documentation of all
FFTW's features. Parallel transforms are discussed in their own
chapter @ref{Parallel FFTW}. Fortran programmers can also use FFTW,
Expand Down Expand Up @@ -1034,7 +1034,7 @@ For the precise mathematical definition of the DHT as used by FFTW, see
@menu
* The Importance of Alignment::
* Multi-dimensional Array Format::
* Words of Wisdom: Saving Plans::
* Words of Wisdom-Saving Plans::
@end menu

@c ------------------------------------------------------------
Expand Down Expand Up @@ -1126,7 +1126,7 @@ can copy the code from FFTW's @code{libbench2/aligned-main.c} to
guarantee alignment of your @code{main} function (with @code{gcc}).

@c ------------------------------------------------------------
@node Multi-dimensional Array Format, Words of Wisdom: Saving Plans, The Importance of Alignment, Other Stuff You Should Know
@node Multi-dimensional Array Format, Words of Wisdom-Saving Plans, The Importance of Alignment, Other Stuff You Should Know
@section Multi-dimensional Array Format

This section describes the format in which multi-dimensional arrays
Expand Down Expand Up @@ -1332,8 +1332,8 @@ see the @code{comp.lang.c}
@uref{http://www.eskimo.com/~scs/C-faq/s6.html, FAQ}.

@c ------------------------------------------------------------
@node Words of Wisdom: Saving Plans, , Multi-dimensional Array Format, Other Stuff You Should Know
@section Words of Wisdom: Saving Plans
@node Words of Wisdom-Saving Plans, , Multi-dimensional Array Format, Other Stuff You Should Know
@section Words of Wisdom---Saving Plans
@cindex wisdom
@cindex saving plans to disk

Expand Down

0 comments on commit 2c552e9

Please sign in to comment.