X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsupport%2Fmathfuncs.cpp;h=289c8b7f9f27589920c42435c6d50e79b8a4a77e;hb=b3db4c787d9180525a56306d8e91553d81def8b8;hp=2ff4e0bcff85645ddb6c375b9dccb0bd57f78202;hpb=9f29c8b32c972db1178d6f8551d5cd57ceb67083;p=ctsim.git diff --git a/libctsupport/mathfuncs.cpp b/libctsupport/mathfuncs.cpp index 2ff4e0b..289c8b7 100644 --- a/libctsupport/mathfuncs.cpp +++ b/libctsupport/mathfuncs.cpp @@ -2,7 +2,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: mathfuncs.cpp,v 1.8 2001/01/28 19:10:18 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 vec, const int nPoints, double& min else // Even median = (vec[ (nPoints / 2) - 1 ] + vec[ nPoints / 2 ]) / 2; } + +