r10902: Automated commit for Debian build of ctsim upstream-version-4.4.4
[ctsim.git] / include / backprojectors.h
index 64bce82f26a4e34311b899d19c82f31566e052bd..f34964cf7ec9257c0b37c3b81d262b089450cd41 100644 (file)
@@ -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;