r220: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 28 Nov 2000 14:55:32 +0000 (14:55 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 28 Nov 2000 14:55:32 +0000 (14:55 +0000)
ChangeLog
Makefile.am
libctsim/filter.cpp

index eab183724200408b9c3b89d9bed34567bb57efa8..9509aa1ae758ac59cbd10cd37f2c9bc13ac1df43 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2.0.5 - 12/01/00
    Improved compilation on RedHat 7
    Changed some of ANSI C header files to C++ header files
+   Removed README.RedHat7
        
 2.0.4 - 11/25/00
    Added documentation for --geometry setting
index 2a531e30bfc7887a3b2e3cd2a2b0e99eed454383..a3c8a86d6daf2721c6ee8ed348e6684c3bbf2951 100644 (file)
@@ -18,7 +18,7 @@ endif
 
 SUBDIRS=$(EXTRA_DIRS1) $(EXTRA_DIRS2) libctsupport libctsim man doc html cgi-bin include tools $(EXTRA_DIRS3) 
 
-EXTRA_DIST=acsite.m4 make.bat README.RedHat7
+EXTRA_DIST=acsite.m4 make.bat 
 
 
 
index 097a1f30e46a2722aba52ad00c188a6ed5676702..ef479387aa99b1b55964ada39e1d1bd5e38a6ce9 100644 (file)
@@ -1,4 +1,3 @@
-#include "complex"
 /*****************************************************************************
 ** File IDENTIFICATION
 ** 
@@ -10,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: filter.cpp,v 1.30 2000/11/28 14:54:07 kevin Exp $
+**  $Id: filter.cpp,v 1.31 2000/11/28 14:54:29 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