X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Fbackprojectors.cpp;h=9aa314598a9cc19e69205b3273a39f52d2822e68;hp=ed388addbfb292718db205f1e5e13b2561a25c5f;hb=3fba6928127cd65870bdcd96c8114ad5894247ae;hpb=1fd4f7cc977b9f1499716de10d15656bd50f4816 diff --git a/libctsim/backprojectors.cpp b/libctsim/backprojectors.cpp index ed388ad..9aa3145 100644 --- a/libctsim/backprojectors.cpp +++ b/libctsim/backprojectors.cpp @@ -8,7 +8,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: backprojectors.cpp,v 1.7 2000/07/11 10:32:44 kevin Exp $ +** $Id: backprojectors.cpp,v 1.8 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 @@ -526,7 +526,6 @@ BackprojectIntDiff3::BackprojectView (const double* const filteredProj, const do static const int scaleShift = 16; static const kint32 scale = (1 << scaleShift); static const kint32 scaleBitmask = scale - 1; - static const double dScale = scale; static const kint32 halfScale = scale / 2; static const double dInvScale = 1. / scale;