r1021: no message
[ctsim.git] / libctsim / projections.cpp
index 86976c7235a8a371755660dc92001f17bde3a635..d715b73ce04188de6dab100e33f20f56a38f00dd 100644 (file)
@@ -8,7 +8,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: projections.cpp,v 1.74 2001/09/24 09:40:42 kevin Exp $
+**  $Id: projections.cpp,v 1.75 2001/09/24 11:20:08 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
@@ -1089,8 +1089,8 @@ void
 Projections::calcArrayPolarCoordinates (unsigned int nx, unsigned int ny, double** ppdView, double** ppdDet,
                                         int iNumDetWithZeros, double dZeropadRatio, double dDetInc)
 {
-//  double dLength = viewDiameter();
-  double dLength = phmLen();
+  double dLength = viewDiameter();
+//  double dLength = phmLen();
   double xMin = -dLength / 2;
   double xMax = xMin + dLength;
   double yMin = -dLength / 2;