X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Ffilter.cpp;h=d22e99f37794bd69c261865c2ea00de0f30bd757;hp=0f334b9177d3ae7c9816ecb539f5f7f728ecfea5;hb=3fba6928127cd65870bdcd96c8114ad5894247ae;hpb=30e455abcd8cac05ce7afe43216ec9e26342e1cf diff --git a/libctsim/filter.cpp b/libctsim/filter.cpp index 0f334b9..d22e99f 100644 --- a/libctsim/filter.cpp +++ b/libctsim/filter.cpp @@ -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);