r145: *** empty log message ***
[ctsim.git] / libctsim / filter.cpp
index 0f334b9177d3ae7c9816ecb539f5f7f728ecfea5..d22e99f37794bd69c261865c2ea00de0f30bd757 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: filter.cpp,v 1.16 2000/07/11 10:32:44 kevin Exp $
+**  $Id: filter.cpp,v 1.17 2000/07/13 07:03:21 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
@@ -654,6 +654,8 @@ SignalFilter::haveAnalyticSpatial (FilterID filterID)
   case FILTER_SINC:
     haveAnalytic = true;
     break;
+  default:
+    break;
   }
 
   return (haveAnalytic);