X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsupport%2Fmathfuncs.cpp;fp=libctsupport%2Fmathfuncs.cpp;h=6bead31afcf2466673415e5926292fe27f0f2359;hp=2ff4e0bcff85645ddb6c375b9dccb0bd57f78202;hb=3ea498d51ce4597e9649cd21f155b51175ea0bea;hpb=d16eb37cbc73f67fc29a60645e0b1ac7fe32767e diff --git a/libctsupport/mathfuncs.cpp b/libctsupport/mathfuncs.cpp index 2ff4e0b..6bead31 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: mathfuncs.cpp,v 1.9 2001/03/21 21:45:31 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 @@ -135,3 +135,5 @@ vectorNumericStatistics (std::vector vec, const int nPoints, double& min else // Even median = (vec[ (nPoints / 2) - 1 ] + vec[ nPoints / 2 ]) / 2; } + +