X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Fprojections.cpp;h=16b5b901e3bb77e8d7538caa4ab12969c1c14126;hp=43e511f1b469bd09e3d2e42cfe7424e8e73750d0;hb=0f6257b32b46276415f1c6597fc1d992c3787071;hpb=209b7fc5d552957cc224265f51f1677ab7071e24 diff --git a/libctsim/projections.cpp b/libctsim/projections.cpp index 43e511f..16b5b90 100644 --- a/libctsim/projections.cpp +++ b/libctsim/projections.cpp @@ -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) {