r7061: initial property settings
[ctsim.git] / libctsupport / mathfuncs.cpp
index c6dd98dafc0c3188eccda386b43e5eb7a81a3f03..289c8b7f9f27589920c42435c6d50e79b8a4a77e 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
 **  This is part of the CTSim program
-**  Copyright (C) 1983-2000 Kevin Rosenberg
+**  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: mathfuncs.cpp,v 1.7 2001/01/02 16:02:13 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
@@ -135,3 +135,5 @@ vectorNumericStatistics (std::vector<double> vec, const int nPoints, double& min
   else        // Even
     median = (vec[ (nPoints / 2) - 1 ] + vec[ nPoints / 2 ]) / 2;
 }
+
+