From c9132f12b56356608c7430b1aa8674c57982cf6f Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Sat, 1 Mar 2003 19:14:54 -0500 Subject: [PATCH] fixed cross-ref --- doc/fftw3.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fftw3.texi b/doc/fftw3.texi index 5afc908a2..62637f7d2 100644 --- a/doc/fftw3.texi +++ b/doc/fftw3.texi @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@comment $Id: fftw3.texi,v 1.56 2003-03-02 00:14:16 stevenj Exp $ +@comment $Id: fftw3.texi,v 1.57 2003-03-02 00:14:54 stevenj Exp $ @comment %**start of header @setfilename fftw3.info @include version.texi @@ -373,7 +373,7 @@ example, use @code{FFTW_PATIENT} if you're willing to wait even longer for a more optimal plan. @ctindex FFTW_PATIENT One can also save plans for future use, as described by @ref{Words of -Wisdom}.) +Wisdom-Saving Plans}.) @example void fftw_execute(const fftw_plan plan);