r4228: Interpolation fixes
[ctsim.git] / libctsupport / interpolator.cpp
index d5167ad3462917e9a03e44d08b0cf44074a41c7e..1e728cccf001cc6126e16cfc3e7090232d556f53 100644 (file)
@@ -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;
 }
 
-
-