X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsupport%2Finterpolator.cpp;h=1e728cccf001cc6126e16cfc3e7090232d556f53;hp=d5167ad3462917e9a03e44d08b0cf44074a41c7e;hb=4f15a69a3150f180bd93fcbe1c87dbaca92a77ad;hpb=22c2ccf1889b076d55be487aa3e1fe761e42faaa diff --git a/libctsupport/interpolator.cpp b/libctsupport/interpolator.cpp index d5167ad..1e728cc 100644 --- a/libctsupport/interpolator.cpp +++ b/libctsupport/interpolator.cpp @@ -2,7 +2,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: interpolator.cpp,v 1.3 2001/03/21 21:45:31 kevin Exp $ +** $Id: interpolator.cpp,v 1.4 2003/03/23 18:37:42 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 @@ -134,8 +134,6 @@ CubicSplineInterpolator::interpolate (double x) return y; } - -