X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsupport%2Finterpolator.cpp;h=ace70fdd70a0bbc9312f05fe2b91e6ecaa75cc3a;hb=79b656146b04b1d57d1ac27f9f2e5474e17c4936;hp=d5167ad3462917e9a03e44d08b0cf44074a41c7e;hpb=3ea498d51ce4597e9649cd21f155b51175ea0bea;p=ctsim.git diff --git a/libctsupport/interpolator.cpp b/libctsupport/interpolator.cpp index d5167ad..ace70fd 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$ ** ** 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; } - -