r638: no message
[ctsim.git] / libctsim / projections.cpp
index 43e511f1b469bd09e3d2e42cfe7424e8e73750d0..16b5b901e3bb77e8d7538caa4ab12969c1c14126 100644 (file)
@@ -8,7 +8,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: projections.cpp,v 1.64 2001/03/13 09:25:18 kevin Exp $
+**  $Id: projections.cpp,v 1.65 2001/03/13 10:35:06 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
@@ -1177,7 +1177,7 @@ ParallelRaysums::getDetPositions (double* pdDetPos)
 }
 
 // locate by bisection, O(log2(n))
-// iLastFloor is used when sequential calls to interpolate have monotonically increasing dX
+// iLastFloor is used when sequential calls to interpolate with monotonically increasing dX
 double
 ParallelRaysums::interpolate (double* pdX, double* pdY, int n, double dX, int* iLastFloor)
 {