r520: no message
[ctsim.git] / libctsim / procsignal.cpp
index 32af552ca5f63d7398e71641d9583d349ab8d1e6..707ee382b96dbc75412ad35115a00c9950dc3830 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: procsignal.cpp,v 1.24 2001/01/28 19:10:18 kevin Exp $
+**  $Id: procsignal.cpp,v 1.25 2001/02/11 04:56:37 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
@@ -44,7 +44,7 @@ const int ProcessSignal::FILTER_METHOD_RFFTW =5 ;
 const char* ProcessSignal::s_aszFilterMethodName[] = {
   {"convolution"},
   {"fourier"},
-  {"fouier_table"},
+  {"fouier-table"},
   {"fft"},
 #if HAVE_FFTW
   {"fftw"},
@@ -69,7 +69,7 @@ const int ProcessSignal::FILTER_GENERATION_DIRECT = 0;
 const int ProcessSignal::FILTER_GENERATION_INVERSE_FOURIER = 1;
 const char* ProcessSignal::s_aszFilterGenerationName[] = {
   {"direct"},
-  {"inverse_fourier"},
+  {"inverse-fourier"},
 };
 const char* ProcessSignal::s_aszFilterGenerationTitle[] = {
   {"Direct"},