r640: no message
[ctsim.git] / include / fourier.h
index c449b80e3385802de086a25b3e528110ab473f3e..5fce2f685fd3bb4f154b9d7b88a8610285506011 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: fourier.h,v 1.5 2001/01/28 19:20:15 kevin Exp $
+**  $Id: fourier.h,v 1.6 2001/03/18 18:08:25 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -40,6 +40,6 @@ public:
     static void shuffleFourierToNaturalOrder (float* pdVector, const int n);
     static void shuffleFourierToNaturalOrder (double* pdVector, const int n);
     static void shuffleFourierToNaturalOrder (std::complex<double>* pdVector, const int n);
+};
 
-}; // namespace Fourier