r7061: initial property settings
[ctsim.git] / libctsupport / interpolator.cpp
index bbc7f275866594063a67e74410a04ff92e913bc2..ace70fdd70a0bbc9312f05fe2b91e6ecaa75cc3a 100644 (file)
@@ -2,7 +2,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: interpolator.cpp,v 1.2 2001/02/22 11:05:38 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,5 +134,6 @@ CubicSplineInterpolator::interpolate (double x)
   return y;
 }
 
+