r640: no message
[ctsim.git] / include / fourier.h
index 568b70ffae06184c21b1b13897dbb6fb882ce087..5fce2f685fd3bb4f154b9d7b88a8610285506011 100644 (file)
@@ -7,9 +7,9 @@
 **   Date Started:  Dec 2000
 **
 **  This is part of the CTSim program
-**  Copyright (C) 1983-2001 Kevin Rosenberg
+**  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: fourier.h,v 1.4 2001/01/28 19:19:25 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