Skip to content

Commit

Permalink
Fix typo in Fortran quadruple-precision doc. (FFTW#155)
Browse files Browse the repository at this point in the history
The use of quadruple-precision with Fortran does not require
the inclusion of file fftw3l.f03, but it requires the inclusion
of file fftw3.f03.
  • Loading branch information
jme52 authored and stevengj committed Oct 8, 2018
1 parent d59abda commit c6bebdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modern-fortran.texi
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ using the corresponding @code{real(16)} and @code{complex(16)} types
supported by @code{gfortran}. The quadruple-precision @samp{fftwq_}
functions (@pxref{Precision}) are declared in a @code{fftw3q.f03}
interface file, which should be included in addition to
@code{fftw3l.f03}, as above. You should also link with
@code{fftw3.f03}, as above. You should also link with
@code{-lfftw3q -lquadmath -lm} as in C.

@c -------------------------------------------------------
Expand Down

0 comments on commit c6bebdb

Please sign in to comment.