X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Ffourier.h;h=5fce2f685fd3bb4f154b9d7b88a8610285506011;hp=5145cae37faebdd2902aa0971a38ca6472dc0351;hb=d16eb37cbc73f67fc29a60645e0b1ac7fe32767e;hpb=c00c639073653fac7463a88f2b000f263236550d diff --git a/include/fourier.h b/include/fourier.h index 5145cae..5fce2f6 100644 --- a/include/fourier.h +++ b/include/fourier.h @@ -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.2 2001/01/02 16:02:12 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* pdVector, const int n); +}; -}; // namespace Fourier