From: Kevin M. Rosenberg Date: Tue, 28 Nov 2000 14:55:32 +0000 (+0000) Subject: r220: *** empty log message *** X-Git-Tag: debian-4.5.3-3~797 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=2fc7d45c0575dcbfe7bf5cf660034d99db1b983a r220: *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index eab1837..9509aa1 100644 --- 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 diff --git a/Makefile.am b/Makefile.am index 2a531e3..a3c8a86 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/libctsim/filter.cpp b/libctsim/filter.cpp index 097a1f3..ef47938 100644 --- a/libctsim/filter.cpp +++ b/libctsim/filter.cpp @@ -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