Skip to content

Commit

Permalink
Release 1.07.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed May 24, 2010
1 parent 9be44fa commit 997b13b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Array.h
Original file line number Diff line number Diff line change
Expand Up @@ -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[].
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fftw++.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef __fftwpp_h__
#define __fftwpp_h__ 1

#define __FFTWPP_H_VERSION__ 1.07svn
#define __FFTWPP_H_VERSION__ 1.07

#include <cstdlib>
#include <fstream>
Expand Down

0 comments on commit 997b13b

Please sign in to comment.