X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=include%2Fbackprojectors.h;h=f34964cf7ec9257c0b37c3b81d262b089450cd41;hb=79b656146b04b1d57d1ac27f9f2e5474e17c4936;hp=64bce82f26a4e34311b899d19c82f31566e052bd;hpb=8a7697ce57b56cdc43698cd1241ad98d49f9b5ac;p=ctsim.git diff --git a/include/backprojectors.h b/include/backprojectors.h index 64bce82..f34964c 100644 --- a/include/backprojectors.h +++ b/include/backprojectors.h @@ -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;