From f13a8c004b8f182b42d9e4df2bcd7c7f030bf1ad Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Wed, 5 Aug 2009 16:08:29 -0600 Subject: [PATCH] Update copyright date; remove old CVS keyword --- include/array2d.h | 4 +-- include/array2dfile.h | 4 +-- include/backprojectors.h | 4 +-- include/ct.h | 4 +-- include/ctglobals.h | 6 ++-- include/ctndicom.h | 4 +-- include/ctsupport.h | 5 +--- include/ezplot.h | 8 ++---- include/filter.h | 4 +-- include/fnetorderstream.h | 4 +-- include/fourier.h | 4 +-- include/hashtable.h | 5 +--- include/imagefile.h | 4 +-- include/interpolator.h | 4 +-- include/mpiworld.h | 4 +-- include/msvc_compat.h | 4 +-- include/nographics.h | 4 +-- include/plotfile.h | 7 +---- include/pol.h | 4 +-- include/procsignal.h | 4 +-- include/projections.h | 5 +--- include/reconstruct.h | 4 +-- include/scanner.h | 5 +--- include/sgp.h | 4 +-- include/timer.h | 4 +-- include/trace.h | 4 +-- include/transformmatrix.h | 4 +-- libctgraphics/bresenham.cpp | 4 +-- libctgraphics/ezplot.cpp | 6 ++-- libctgraphics/ezset.cpp | 4 +-- libctgraphics/ezsupport.cpp | 4 +-- libctgraphics/pol.cpp | 4 +-- libctgraphics/sgp.cpp | 4 +-- libctgraphics/transformmatrix.cpp | 4 +-- libctsim/array2dfile.cpp | 4 +-- libctsim/backprojectors.cpp | 4 +-- libctsim/ctndicom.cpp | 4 +-- libctsim/filter.cpp | 4 +-- libctsim/fourier.cpp | 4 +-- libctsim/imagefile.cpp | 4 +-- libctsim/procsignal.cpp | 4 +-- libctsim/projections.cpp | 4 +-- libctsim/reconstruct.cpp | 4 +-- libctsim/scanner.cpp | 4 +-- libctsim/trace.cpp | 4 +-- libctsupport/clip.cpp | 4 +-- libctsupport/consoleio.cpp | 4 +-- libctsupport/fnetorderstream.cpp | 4 +-- libctsupport/globalvars.cpp | 4 +-- libctsupport/hashtable.cpp | 4 +-- libctsupport/interpolator.cpp | 4 +-- libctsupport/mathfuncs.cpp | 4 +-- libctsupport/msvc.cpp | 4 +-- libctsupport/plotfile.cpp | 14 +++++---- libctsupport/strfuncs.cpp | 4 +-- libctsupport/syserror.cpp | 4 +-- libctsupport/xform.cpp | 4 +-- src/backgroundmgr.cpp | 4 +-- src/backgroundmgr.h | 4 +-- src/backgroundsupr.cpp | 4 +-- src/backgroundsupr.h | 4 +-- src/dialogs.cpp | 4 +-- src/dialogs.h | 4 +-- src/dlgezplot.cpp | 4 +-- src/dlgezplot.h | 4 +-- src/dlgprojections.cpp | 4 +-- src/dlgprojections.h | 4 +-- src/dlgreconstruct.cpp | 4 +-- src/dlgreconstruct.h | 4 +-- src/docs.cpp | 4 +-- src/docs.h | 4 +-- src/graph3dview.h | 4 +-- src/threadproj.cpp | 4 +-- src/threadproj.h | 4 +-- src/threadraster.cpp | 4 +-- src/threadraster.h | 4 +-- src/threadrecon.cpp | 4 +-- src/threadrecon.h | 4 +-- src/tips.cpp | 4 +-- src/tips.h | 4 +-- src/views.cpp | 4 +-- src/views.h | 4 +-- tools/ctsimtext.cpp | 4 +-- tools/if1.cpp | 4 +-- tools/if2.cpp | 4 +-- tools/ifexport.cpp | 4 +-- tools/ifinfo.cpp | 4 +-- tools/linogram.cpp | 4 +-- tools/mpiworld.cpp | 4 +-- tools/nographics.cpp | 4 +-- tools/phm2helix.cpp | 4 +-- tools/phm2if.cpp | 4 +-- tools/phm2pj.cpp | 4 +-- tools/pj2if.cpp | 4 +-- tools/pjHinterp.cpp | 48 +++++++++++++++---------------- tools/pjinfo.cpp | 4 +-- tools/pjrec.cpp | 4 +-- 97 files changed, 132 insertions(+), 325 deletions(-) diff --git a/include/array2d.h b/include/array2d.h index a03ae58..d397e5f 100644 --- a/include/array2d.h +++ b/include/array2d.h @@ -7,9 +7,7 @@ ** Date Started: June 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/array2dfile.h b/include/array2dfile.h index 2dab6ce..8569d49 100644 --- a/include/array2dfile.h +++ b/include/array2dfile.h @@ -7,9 +7,7 @@ ** Date Started: June 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/backprojectors.h b/include/backprojectors.h index 5e897cd..f1d7af7 100644 --- a/include/backprojectors.h +++ b/include/backprojectors.h @@ -7,9 +7,7 @@ ** Date Started: June 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/ct.h b/include/ct.h index cc121a0..84f1e91 100644 --- a/include/ct.h +++ b/include/ct.h @@ -7,9 +7,7 @@ ** Date Started: Aug 1984 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/ctglobals.h b/include/ctglobals.h index 5e063fc..57aef39 100644 --- a/include/ctglobals.h +++ b/include/ctglobals.h @@ -4,12 +4,10 @@ ** Name: ctglobals.h ** Purpose: Global variables for CTSim ** Programmer: Kevin Rosenberg -** Date Started: Jan 20001 +** Date Started: Jan 2001 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/ctndicom.h b/include/ctndicom.h index 0a1d0fc..0060453 100644 --- a/include/ctndicom.h +++ b/include/ctndicom.h @@ -7,9 +7,7 @@ ** Date Started: March 2001 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/ctsupport.h b/include/ctsupport.h index e0a8194..b509eee 100644 --- a/include/ctsupport.h +++ b/include/ctsupport.h @@ -7,10 +7,7 @@ ** Date Started: Dec. 83 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ -** +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/ezplot.h b/include/ezplot.h index bb29dd2..e4ca7eb 100644 --- a/include/ezplot.h +++ b/include/ezplot.h @@ -1,13 +1,11 @@ /***************************************************************************** ** FILE IDENTIFICATION ** -** Name: ezplot.h -** Purpose: Header file for EZplot library +** Name: ezplot.h +** Purpose: Header file for EZplot library ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/filter.h b/include/filter.h index 2f8567f..6b7d34e 100644 --- a/include/filter.h +++ b/include/filter.h @@ -7,9 +7,7 @@ ** Date Started: June 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/fnetorderstream.h b/include/fnetorderstream.h index 876c6a3..fdce3ea 100644 --- a/include/fnetorderstream.h +++ b/include/fnetorderstream.h @@ -7,9 +7,7 @@ ** Date Started: Sep 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/fourier.h b/include/fourier.h index f1067dd..fd34545 100644 --- a/include/fourier.h +++ b/include/fourier.h @@ -7,9 +7,7 @@ ** Date Started: Dec 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/hashtable.h b/include/hashtable.h index bfad882..a466523 100644 --- a/include/hashtable.h +++ b/include/hashtable.h @@ -6,10 +6,7 @@ ** Date Started: Dec. 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ -** +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/imagefile.h b/include/imagefile.h index be59fc1..a5dfd3a 100644 --- a/include/imagefile.h +++ b/include/imagefile.h @@ -7,9 +7,7 @@ ** Date Started: June 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/interpolator.h b/include/interpolator.h index c30dd7d..e93e2f5 100644 --- a/include/interpolator.h +++ b/include/interpolator.h @@ -1,8 +1,6 @@ /***************************************************************************** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/mpiworld.h b/include/mpiworld.h index e0b8d04..d6bf57e 100644 --- a/include/mpiworld.h +++ b/include/mpiworld.h @@ -7,9 +7,7 @@ ** Date Started: June 6, 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/msvc_compat.h b/include/msvc_compat.h index c3c970a..a6566c4 100644 --- a/include/msvc_compat.h +++ b/include/msvc_compat.h @@ -7,9 +7,7 @@ ** Date Started: Dec 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/nographics.h b/include/nographics.h index 783fc20..3e26407 100644 --- a/include/nographics.h +++ b/include/nographics.h @@ -7,9 +7,7 @@ ** Date Started: Mar 2001 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/plotfile.h b/include/plotfile.h index 14da947..6cfd009 100644 --- a/include/plotfile.h +++ b/include/plotfile.h @@ -7,9 +7,7 @@ ** Date Started: Dec 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 @@ -94,9 +92,7 @@ public: { m_vecStrEzsetCommands.push_back (pszCmd); } bool addColumn (int iCol, const double* const pdColumn); - bool addColumn (int iCol, const float* const pdColumn); - void getColumn (int iCol, double *pdColumnData) const; const std::string& getDate () const @@ -141,5 +137,4 @@ public: }; - #endif diff --git a/include/pol.h b/include/pol.h index e492e75..ede84f9 100644 --- a/include/pol.h +++ b/include/pol.h @@ -5,9 +5,7 @@ ** Date Started: 1984 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/procsignal.h b/include/procsignal.h index 9da33e0..5035605 100644 --- a/include/procsignal.h +++ b/include/procsignal.h @@ -7,9 +7,7 @@ ** Date Started: June 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/projections.h b/include/projections.h index 79e8f71..3efbde9 100644 --- a/include/projections.h +++ b/include/projections.h @@ -7,10 +7,7 @@ ** Date Started: July 1, 1984 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ -** +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/reconstruct.h b/include/reconstruct.h index 82d8930..293fe7b 100644 --- a/include/reconstruct.h +++ b/include/reconstruct.h @@ -6,9 +6,7 @@ ** Date Started: Aug 84 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/scanner.h b/include/scanner.h index 7749e49..d302b67 100644 --- a/include/scanner.h +++ b/include/scanner.h @@ -7,10 +7,7 @@ ** Date Started: July 1, 1984 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg -** -** $Id$ -** +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/sgp.h b/include/sgp.h index 7cb3409..0f947c5 100644 --- a/include/sgp.h +++ b/include/sgp.h @@ -7,9 +7,7 @@ ** Date Started: 1984 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/timer.h b/include/timer.h index 9e4118e..ceefb6d 100644 --- a/include/timer.h +++ b/include/timer.h @@ -7,9 +7,7 @@ ** Date Started: Sep 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/trace.h b/include/trace.h index ab53294..3785074 100644 --- a/include/trace.h +++ b/include/trace.h @@ -7,9 +7,7 @@ ** Date Started: Oct 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/include/transformmatrix.h b/include/transformmatrix.h index 718c453..78c866c 100644 --- a/include/transformmatrix.h +++ b/include/transformmatrix.h @@ -7,9 +7,7 @@ ** Date Started: 1984 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctgraphics/bresenham.cpp b/libctgraphics/bresenham.cpp index 9bfbd35..7327f6b 100644 --- a/libctgraphics/bresenham.cpp +++ b/libctgraphics/bresenham.cpp @@ -1,8 +1,6 @@ /***************************************************************************** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctgraphics/ezplot.cpp b/libctgraphics/ezplot.cpp index ca32b8f..cb4e0ec 100644 --- a/libctgraphics/ezplot.cpp +++ b/libctgraphics/ezplot.cpp @@ -1,12 +1,10 @@ /***************************************************************************** ** FILE IDENTIFICATION ** -** EZPLOT +** ezplot.cpp ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctgraphics/ezset.cpp b/libctgraphics/ezset.cpp index efef8c1..eae4c28 100644 --- a/libctgraphics/ezset.cpp +++ b/libctgraphics/ezset.cpp @@ -4,9 +4,7 @@ ** EZSET - Parameter control for EZPLOT ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctgraphics/ezsupport.cpp b/libctgraphics/ezsupport.cpp index 7888384..a5b9229 100644 --- a/libctgraphics/ezsupport.cpp +++ b/libctgraphics/ezsupport.cpp @@ -5,9 +5,7 @@ ** Date Started: 1-22-85 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctgraphics/pol.cpp b/libctgraphics/pol.cpp index 78202f5..e02cdec 100644 --- a/libctgraphics/pol.cpp +++ b/libctgraphics/pol.cpp @@ -4,9 +4,7 @@ ** POL - Problem Oriented Language ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctgraphics/sgp.cpp b/libctgraphics/sgp.cpp index 6d0e1f4..775aba2 100644 --- a/libctgraphics/sgp.cpp +++ b/libctgraphics/sgp.cpp @@ -5,9 +5,7 @@ ** Programmer: Kevin Rosenberg ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctgraphics/transformmatrix.cpp b/libctgraphics/transformmatrix.cpp index 65ec828..b9c613a 100644 --- a/libctgraphics/transformmatrix.cpp +++ b/libctgraphics/transformmatrix.cpp @@ -7,9 +7,7 @@ ** Date Started: 1-22-85 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsim/array2dfile.cpp b/libctsim/array2dfile.cpp index a38dda3..3a75f28 100644 --- a/libctsim/array2dfile.cpp +++ b/libctsim/array2dfile.cpp @@ -7,9 +7,7 @@ ** Date Started: June 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsim/backprojectors.cpp b/libctsim/backprojectors.cpp index 5ea5327..b492861 100644 --- a/libctsim/backprojectors.cpp +++ b/libctsim/backprojectors.cpp @@ -6,9 +6,7 @@ ** Date Started: June 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsim/ctndicom.cpp b/libctsim/ctndicom.cpp index 156cebe..29f2f48 100644 --- a/libctsim/ctndicom.cpp +++ b/libctsim/ctndicom.cpp @@ -7,9 +7,7 @@ ** Date Started: March 2001 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsim/filter.cpp b/libctsim/filter.cpp index 221f617..86dca12 100644 --- a/libctsim/filter.cpp +++ b/libctsim/filter.cpp @@ -7,9 +7,7 @@ ** Date Started: Aug 1984 ** ** This is part of the CTSim program -** Copyright (c) 1983-2000 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsim/fourier.cpp b/libctsim/fourier.cpp index 149b4de..d85bfbe 100644 --- a/libctsim/fourier.cpp +++ b/libctsim/fourier.cpp @@ -7,9 +7,7 @@ ** Date Started: Dec 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsim/imagefile.cpp b/libctsim/imagefile.cpp index bcc9b20..51a8dea 100644 --- a/libctsim/imagefile.cpp +++ b/libctsim/imagefile.cpp @@ -7,9 +7,7 @@ ** Date Started: June 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsim/procsignal.cpp b/libctsim/procsignal.cpp index be88ecc..dd4d40a 100644 --- a/libctsim/procsignal.cpp +++ b/libctsim/procsignal.cpp @@ -7,9 +7,7 @@ ** Date Started: Aug 1984 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsim/projections.cpp b/libctsim/projections.cpp index f7ebe70..5a07950 100644 --- a/libctsim/projections.cpp +++ b/libctsim/projections.cpp @@ -6,9 +6,7 @@ ** Date Started: Aug 84 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsim/reconstruct.cpp b/libctsim/reconstruct.cpp index a81a34b..df76e90 100644 --- a/libctsim/reconstruct.cpp +++ b/libctsim/reconstruct.cpp @@ -6,9 +6,7 @@ ** Date Started: Aug 84 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsim/scanner.cpp b/libctsim/scanner.cpp index 11cd092..1f99ca6 100644 --- a/libctsim/scanner.cpp +++ b/libctsim/scanner.cpp @@ -7,9 +7,7 @@ ** Date Started: 1984 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsim/trace.cpp b/libctsim/trace.cpp index 5caa384..7d7df10 100644 --- a/libctsim/trace.cpp +++ b/libctsim/trace.cpp @@ -6,9 +6,7 @@ ** Date Started: June 2000 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsupport/clip.cpp b/libctsupport/clip.cpp index 276a044..646241e 100644 --- a/libctsupport/clip.cpp +++ b/libctsupport/clip.cpp @@ -12,9 +12,7 @@ ** the SNARK size of the object (u,v) ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsupport/consoleio.cpp b/libctsupport/consoleio.cpp index 29a7ce9..c78d66f 100644 --- a/libctsupport/consoleio.cpp +++ b/libctsupport/consoleio.cpp @@ -1,8 +1,6 @@ /***************************************************************************** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsupport/fnetorderstream.cpp b/libctsupport/fnetorderstream.cpp index 57bcb46..2a71919 100644 --- a/libctsupport/fnetorderstream.cpp +++ b/libctsupport/fnetorderstream.cpp @@ -1,8 +1,6 @@ /***************************************************************************** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsupport/globalvars.cpp b/libctsupport/globalvars.cpp index 33c440a..71d97a3 100644 --- a/libctsupport/globalvars.cpp +++ b/libctsupport/globalvars.cpp @@ -7,9 +7,7 @@ ** Date Started: Jan 2001 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsupport/hashtable.cpp b/libctsupport/hashtable.cpp index c7848ef..1cd51cf 100644 --- a/libctsupport/hashtable.cpp +++ b/libctsupport/hashtable.cpp @@ -4,9 +4,7 @@ ** Hash Table Class ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsupport/interpolator.cpp b/libctsupport/interpolator.cpp index b6def7a..a9d7c7b 100644 --- a/libctsupport/interpolator.cpp +++ b/libctsupport/interpolator.cpp @@ -1,8 +1,6 @@ /***************************************************************************** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsupport/mathfuncs.cpp b/libctsupport/mathfuncs.cpp index 4a96e8f..443d969 100644 --- a/libctsupport/mathfuncs.cpp +++ b/libctsupport/mathfuncs.cpp @@ -1,8 +1,6 @@ /***************************************************************************** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsupport/msvc.cpp b/libctsupport/msvc.cpp index f800e17..fd6f319 100644 --- a/libctsupport/msvc.cpp +++ b/libctsupport/msvc.cpp @@ -1,8 +1,6 @@ /***************************************************************************** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsupport/plotfile.cpp b/libctsupport/plotfile.cpp index 8629870..c25dab8 100644 --- a/libctsupport/plotfile.cpp +++ b/libctsupport/plotfile.cpp @@ -7,9 +7,7 @@ ** Date Started: Dec 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 @@ -83,9 +81,14 @@ PlotFile::addColumn (int iCol, const double* const pdColData) return (false); } - for (int iRec = 0; iRec < m_iNumRecords; iRec++) + for (int iRec = 0; iRec < m_iNumRecords; iRec++) { m_vecCurves[ iRec + (iCol * m_iNumRecords) ] = pdColData [iRec]; - +#if 0 + sys_error (ERR_TRACE, "Storing m_vecCurves[%d] = %f", + iRec + (iCol * m_iNumRecords), + pdColData [iRec]); +#endif + } return true; } @@ -139,6 +142,7 @@ PlotFile::getMinMax (int iStartingCol, double& dMin, double& dMax) const } } + // sys_error (ERR_TRACE, "dMin=%f, dMax=%f", dMin, dMax); return true; } diff --git a/libctsupport/strfuncs.cpp b/libctsupport/strfuncs.cpp index 228dca9..600adb4 100644 --- a/libctsupport/strfuncs.cpp +++ b/libctsupport/strfuncs.cpp @@ -1,8 +1,6 @@ /***************************************************************************** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsupport/syserror.cpp b/libctsupport/syserror.cpp index 1427f87..31c9d4e 100644 --- a/libctsupport/syserror.cpp +++ b/libctsupport/syserror.cpp @@ -1,8 +1,6 @@ /***************************************************************************** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/libctsupport/xform.cpp b/libctsupport/xform.cpp index 03cc14e..cf35c4c 100644 --- a/libctsupport/xform.cpp +++ b/libctsupport/xform.cpp @@ -1,8 +1,6 @@ /***************************************************************************** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/backgroundmgr.cpp b/src/backgroundmgr.cpp index 5ba1b78..f40cc91 100644 --- a/src/backgroundmgr.cpp +++ b/src/backgroundmgr.cpp @@ -7,9 +7,7 @@ ** Date Started: February 2001 ** ** This is part of the CTSim program -** Copyright (C) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/backgroundmgr.h b/src/backgroundmgr.h index 7fed0ca..225a78e 100644 --- a/src/backgroundmgr.h +++ b/src/backgroundmgr.h @@ -7,9 +7,7 @@ ** Date Started: February 2001 ** ** This is part of the CTSim program -** Copyright (C) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/backgroundsupr.cpp b/src/backgroundsupr.cpp index c472077..4c031ef 100644 --- a/src/backgroundsupr.cpp +++ b/src/backgroundsupr.cpp @@ -7,9 +7,7 @@ ** Date Started: February 2001 ** ** This is part of the CTSim program -** Copyright (C) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/backgroundsupr.h b/src/backgroundsupr.h index f159165..8d310a4 100644 --- a/src/backgroundsupr.h +++ b/src/backgroundsupr.h @@ -7,9 +7,7 @@ ** Date Started: February 2001 ** ** This is part of the CTSim program -** Copyright (C) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/dialogs.cpp b/src/dialogs.cpp index 1f3be58..88cf1c7 100644 --- a/src/dialogs.cpp +++ b/src/dialogs.cpp @@ -7,9 +7,7 @@ ** Date Started: July 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/dialogs.h b/src/dialogs.h index 13eeb2e..853a5b3 100644 --- a/src/dialogs.h +++ b/src/dialogs.h @@ -7,9 +7,7 @@ ** Date Started: July 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/dlgezplot.cpp b/src/dlgezplot.cpp index a54d18e..086a21f 100644 --- a/src/dlgezplot.cpp +++ b/src/dlgezplot.cpp @@ -7,9 +7,7 @@ ** Date Started: Jan 2001 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/dlgezplot.h b/src/dlgezplot.h index d47df39..39c1aca 100644 --- a/src/dlgezplot.h +++ b/src/dlgezplot.h @@ -7,9 +7,7 @@ ** Date Started: Jan 2001 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/dlgprojections.cpp b/src/dlgprojections.cpp index 6058b5c..b7f494b 100644 --- a/src/dlgprojections.cpp +++ b/src/dlgprojections.cpp @@ -7,9 +7,7 @@ ** Date Started: August 2000 ** ** This is part of the CTSim program - ** Copyright (c) 1983-2001 Kevin Rosenberg - ** - ** $Id$ + ** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/dlgprojections.h b/src/dlgprojections.h index 743db15..df78d36 100644 --- a/src/dlgprojections.h +++ b/src/dlgprojections.h @@ -7,9 +7,7 @@ ** Date Started: August 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/dlgreconstruct.cpp b/src/dlgreconstruct.cpp index 2761de1..0f217af 100644 --- a/src/dlgreconstruct.cpp +++ b/src/dlgreconstruct.cpp @@ -7,9 +7,7 @@ ** Date Started: August 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/dlgreconstruct.h b/src/dlgreconstruct.h index d7bda83..91f1790 100644 --- a/src/dlgreconstruct.h +++ b/src/dlgreconstruct.h @@ -7,9 +7,7 @@ ** Date Started: August 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/docs.cpp b/src/docs.cpp index 028c821..2bf3579 100644 --- a/src/docs.cpp +++ b/src/docs.cpp @@ -7,9 +7,7 @@ ** Date Started: July 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/docs.h b/src/docs.h index 680636b..670a6b2 100644 --- a/src/docs.h +++ b/src/docs.h @@ -7,9 +7,7 @@ ** Date Started: July 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/graph3dview.h b/src/graph3dview.h index a8b3e8c..eeade71 100644 --- a/src/graph3dview.h +++ b/src/graph3dview.h @@ -7,9 +7,7 @@ ** Date Started: Jan 2001 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/threadproj.cpp b/src/threadproj.cpp index 60931a9..92abd06 100644 --- a/src/threadproj.cpp +++ b/src/threadproj.cpp @@ -7,9 +7,7 @@ ** Date Started: February 2001 ** ** This is part of the CTSim program -** Copyright (C) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/threadproj.h b/src/threadproj.h index b3e048e..c4303d3 100644 --- a/src/threadproj.h +++ b/src/threadproj.h @@ -7,9 +7,7 @@ ** Date Started: February 2001 ** ** This is part of the CTSim program -** Copyright (C) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/threadraster.cpp b/src/threadraster.cpp index df3747d..0f2b6ad 100644 --- a/src/threadraster.cpp +++ b/src/threadraster.cpp @@ -7,9 +7,7 @@ ** Date Started: February 2001 ** ** This is part of the CTSim program -** Copyright (C) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/threadraster.h b/src/threadraster.h index 0b637b1..b222445 100644 --- a/src/threadraster.h +++ b/src/threadraster.h @@ -7,9 +7,7 @@ ** Date Started: February 2001 ** ** This is part of the CTSim program -** Copyright (C) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/threadrecon.cpp b/src/threadrecon.cpp index 8c5cb05..f3d6ef7 100644 --- a/src/threadrecon.cpp +++ b/src/threadrecon.cpp @@ -7,9 +7,7 @@ ** Date Started: February 2001 ** ** This is part of the CTSim program -** Copyright (C) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/threadrecon.h b/src/threadrecon.h index ff74bba..7537918 100644 --- a/src/threadrecon.h +++ b/src/threadrecon.h @@ -7,9 +7,7 @@ ** Date Started: February 2001 ** ** This is part of the CTSim program -** Copyright (C) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/tips.cpp b/src/tips.cpp index b97021d..c80c50b 100644 --- a/src/tips.cpp +++ b/src/tips.cpp @@ -7,9 +7,7 @@ ** Date Started: February 2001 ** ** This is part of the CTSim program -** Copyright (C) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/tips.h b/src/tips.h index 76f99f5..259e85b 100644 --- a/src/tips.h +++ b/src/tips.h @@ -7,9 +7,7 @@ ** Date Started: February 2001 ** ** This is part of the CTSim program -** Copyright (C) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/src/views.cpp b/src/views.cpp index 690ac22..b9c52b1 100644 --- a/src/views.cpp +++ b/src/views.cpp @@ -1477,8 +1477,8 @@ ImageFileView::OnPlotCol (wxCommandEvent& event) int ny = rIF.ny(); if (v != NULL && xCursor < nx) { - double* pX = new double [ny]; - double* pYReal = new double [ny]; + double* const pX = new double [ny]; + double* const pYReal = new double [ny]; double* pYImag = NULL; double* pYMag = NULL; if (rIF.isComplex()) { diff --git a/src/views.h b/src/views.h index d0dda15..47c8fe2 100644 --- a/src/views.h +++ b/src/views.h @@ -7,9 +7,7 @@ ** Date Started: July 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/tools/ctsimtext.cpp b/tools/ctsimtext.cpp index a72edd7..5a569c4 100644 --- a/tools/ctsimtext.cpp +++ b/tools/ctsimtext.cpp @@ -7,9 +7,7 @@ ** Date Started: Jan 2001 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/tools/if1.cpp b/tools/if1.cpp index 413fb0f..e823255 100644 --- a/tools/if1.cpp +++ b/tools/if1.cpp @@ -7,9 +7,7 @@ ** Date Started: Aug 1984 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/tools/if2.cpp b/tools/if2.cpp index a9900b9..bc984c8 100644 --- a/tools/if2.cpp +++ b/tools/if2.cpp @@ -7,9 +7,7 @@ ** Date Started: May 2000 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/tools/ifexport.cpp b/tools/ifexport.cpp index 17656be..9c1c920 100644 --- a/tools/ifexport.cpp +++ b/tools/ifexport.cpp @@ -7,9 +7,7 @@ ** Date Started: April 2000 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/tools/ifinfo.cpp b/tools/ifinfo.cpp index fe29ac0..7dd85f8 100644 --- a/tools/ifinfo.cpp +++ b/tools/ifinfo.cpp @@ -7,9 +7,7 @@ ** Date Started: April 2000 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/tools/linogram.cpp b/tools/linogram.cpp index 81e6104..45c45f1 100644 --- a/tools/linogram.cpp +++ b/tools/linogram.cpp @@ -7,9 +7,7 @@ ** Date Started: April 2003 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/tools/mpiworld.cpp b/tools/mpiworld.cpp index cdcead7..6896d65 100644 --- a/tools/mpiworld.cpp +++ b/tools/mpiworld.cpp @@ -7,9 +7,7 @@ ** Date Started: June 2000 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/tools/nographics.cpp b/tools/nographics.cpp index d362259..a344fc4 100644 --- a/tools/nographics.cpp +++ b/tools/nographics.cpp @@ -7,9 +7,7 @@ ** Date Started: Mar 2001 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/tools/phm2helix.cpp b/tools/phm2helix.cpp index 1af94b3..1d81ea0 100644 --- a/tools/phm2helix.cpp +++ b/tools/phm2helix.cpp @@ -7,9 +7,7 @@ ** Date Started: Aug 2001 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/tools/phm2if.cpp b/tools/phm2if.cpp index ab31151..ce08c25 100644 --- a/tools/phm2if.cpp +++ b/tools/phm2if.cpp @@ -7,9 +7,7 @@ ** Date Started: 1984 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/tools/phm2pj.cpp b/tools/phm2pj.cpp index dc045f4..1b08de1 100644 --- a/tools/phm2pj.cpp +++ b/tools/phm2pj.cpp @@ -7,9 +7,7 @@ ** Date Started: 1984 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/tools/pj2if.cpp b/tools/pj2if.cpp index bc39fdc..19eb14d 100644 --- a/tools/pj2if.cpp +++ b/tools/pj2if.cpp @@ -7,9 +7,7 @@ ** Date Started: April 2000 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/tools/pjHinterp.cpp b/tools/pjHinterp.cpp index 51bf5de..0a49c67 100644 --- a/tools/pjHinterp.cpp +++ b/tools/pjHinterp.cpp @@ -1,29 +1,27 @@ /***************************************************************************** -* ** FILE IDENTIFICATION -* ** -* ** Name: phm2helix.cpp -* ** Purpose: Take projections of a phantom object -* ** Programmer: Ian Kay -* ** Date Started: Aug 2001 -* ** -* ** This is part of the CTSim program -* ** Copyright (C) 1983-2000 Kevin Rosenberg -* ** -* ** $Id$ -* ** -* ** 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 -* ** published by the Free Software Foundation. -* ** -* ** This program is distributed in the hope that it will be useful, -* ** but WITHOUT ANY WARRANTY; without even the implied warranty of -* ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* ** GNU General Public License for more details. -* ** -* ** You should have received a copy of the GNU General Public License -* ** along with this program; if not, write to the Free Software -* ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -* ******************************************************************************/ + ** FILE IDENTIFICATION + ** + ** Name: phm2helix.cpp + ** Purpose: Take projections of a phantom object + ** Programmer: Ian Kay + ** Date Started: Aug 2001 + ** + ** This is part of the CTSim program + ** Copyright (C) 1983-2009 Kevin Rosenberg + ** + ** 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 + ** published by the Free Software Foundation. + ** + ** This program is distributed in the hope that it will be useful, + ** but WITHOUT ANY WARRANTY; without even the implied warranty of + ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ** GNU General Public License for more details. + ** + ** You should have received a copy of the GNU General Public License + ** along with this program; if not, write to the Free Software + ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + ******************************************************************************/ #include "ct.h" #include "timer.h" diff --git a/tools/pjinfo.cpp b/tools/pjinfo.cpp index 3e2a1db..85d1964 100644 --- a/tools/pjinfo.cpp +++ b/tools/pjinfo.cpp @@ -7,9 +7,7 @@ ** Date Started: April 2000 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 diff --git a/tools/pjrec.cpp b/tools/pjrec.cpp index 427c5a8..5aa16d0 100644 --- a/tools/pjrec.cpp +++ b/tools/pjrec.cpp @@ -7,9 +7,7 @@ ** Date Started: Aug 1984 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg -** -** $Id$ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 -- 2.34.1