diff --git a/Array.h b/Array.h index 08f65b4a..bfb99d89 100644 --- a/Array.h +++ b/Array.h @@ -18,7 +18,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef __Array_h__ #define __Array_h__ 1 -#define __ARRAY_H_VERSION__ 1.44svn +#define __ARRAY_H_VERSION__ 1.44 // Defining NDEBUG improves optimization but disables argument checking. // Defining __NOARRAY2OPT inhibits special optimization of Array2[]. diff --git a/README b/README index 4a0da5bf..71283855 100644 --- a/README +++ b/README @@ -14,7 +14,7 @@ arbitrary size are supported. Implicitly dealiasing of standard and centered Hermitian convolutions is also implemented; in 2D and 3D implicit zero-padding substantially reduces memory usage and computation time. For more information, see the -manuscript "Efficient Dealiased Convolutions without Padding" +manuscript "Efficient Dealiased Convolutions without Padding", by John C. Bowman and Malcolm Roberts, submitted to the SIAM Journal on Scientific Computing, 2010: @@ -25,7 +25,7 @@ center of the domain are provided for centered complex-to-real transforms in 2D and 3D; see fftw++.h for details. FFTW++ can also exploit the high-performance Array class available at -http://www.math.ualberta.ca/~bowman/Array (version 1.43 or higher), +http://www.math.ualberta.ca/~bowman/Array (version 1.44 or higher), designed for scientific computing. The arrays in that package do memory bounds checking in debugging mode, but can be optimized by specifying the -DNDEBUG compilation option (1D arrays optimize completely to pointer diff --git a/fftw++.h b/fftw++.h index ef008c97..d170244f 100644 --- a/fftw++.h +++ b/fftw++.h @@ -18,7 +18,7 @@ #ifndef __fftwpp_h__ #define __fftwpp_h__ 1 -#define __FFTWPP_H_VERSION__ 1.07svn +#define __FFTWPP_H_VERSION__ 1.07 #include #include