X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fbackprojectors.h;h=f34964cf7ec9257c0b37c3b81d262b089450cd41;hp=d8f9bb56d5715b3d26054c03530e94af42638c8e;hb=79b656146b04b1d57d1ac27f9f2e5474e17c4936;hpb=de411914da8b157958e9caae917bf1edeafbb713 diff --git a/include/backprojectors.h b/include/backprojectors.h index d8f9bb5..f34964c 100644 --- a/include/backprojectors.h +++ b/include/backprojectors.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: backprojectors.h,v 1.25 2001/03/11 15:27:30 kevin Exp $ +** $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 @@ -121,8 +121,8 @@ class Backproject protected: void ScaleImageByRotIncrement (); - void Backproject::errorIndexOutsideDetector (int ix, int iy, double theta, double r, double phi, double L, int ni); - void Backproject::errorIndexOutsideDetector (int ix, int iy, double theta, double L, int ni); + void errorIndexOutsideDetector (int ix, int iy, double theta, double r, double phi, double L, int ni); + void errorIndexOutsideDetector (int ix, int iy, double theta, double L, int ni); const Projections& proj; ImageFile& im; int interpType;