X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Ffourier.h;h=5fce2f685fd3bb4f154b9d7b88a8610285506011;hp=8a78620be0797c80cef813b47eb1adba02fde2c7;hb=d16eb37cbc73f67fc29a60645e0b1ac7fe32767e;hpb=9f29c8b32c972db1178d6f8551d5cd57ceb67083 diff --git a/include/fourier.h b/include/fourier.h index 8a78620..5fce2f6 100644 --- a/include/fourier.h +++ b/include/fourier.h @@ -1,4 +1,4 @@ -y/***************************************************************************** +/***************************************************************************** ** FILE IDENTIFICATION ** ** Name: fourier.h @@ -7,9 +7,9 @@ y/***************************************************************************** ** 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.3 2001/01/28 19:10:18 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