r132: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 5 Jul 2000 01:34:46 +0000 (01:34 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 5 Jul 2000 01:34:46 +0000 (01:34 +0000)
include/Makefile.am
libctsim/filter.cpp

index 5303c5e8e3f8d04dec970dce25d46e6b0018ccff..15c2b696a335d5854396e34496e0ad1fbb731850 100644 (file)
@@ -1,4 +1,5 @@
-noinst_HEADERS=ct.h ezplot.h pol.h sgp.h array2d.h imagefile.h backprojectors.h mpiworld.h fnetorderstream.h phantom.h timer.h sstream scanner.h projections.h ctsupport.h filter.h array2dfile.h
+noinst_HEADERS=ct.h ezplot.h pol.h sgp.h array2d.h imagefile.h backprojectors.h mpiworld.h fnetorderstream.h phantom.h timer.h sstream scanner.h projections.h ctsupport.h filter.h array2dfile.h trace.h
+
 
 
 
index d3a3fbdfaf01ed399ba8e2923a55ee0fd75e3443..640bfb2d6b84783904d5e42034052ee4cabc7845 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
-** FILE IDENTIFICATION
+** File IDENTIFICATION
 ** 
 **     Name:                   filter.cpp
 **     Purpose:                Routines for signal-procesing filters
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: filter.cpp,v 1.9 2000/07/04 22:21:01 kevin Exp $
+**  $Id: filter.cpp,v 1.10 2000/07/05 01:34:46 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