X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsupport%2Fmathfuncs.cpp;fp=libctsupport%2Fmathfuncs.cpp;h=1773c8b7f6cbc9db54bf7aacb15f297bc776235f;hp=bc3b38308bfde55d9b6b2f7002d1801b15661b98;hb=a05f3cb550877e94aa118cc04b361c0c8fdb3dc3;hpb=6bfb747f8163381d94a02c03a0351e9ca6815d22 diff --git a/libctsupport/mathfuncs.cpp b/libctsupport/mathfuncs.cpp index bc3b383..1773c8b 100644 --- a/libctsupport/mathfuncs.cpp +++ b/libctsupport/mathfuncs.cpp @@ -2,7 +2,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: mathfuncs.cpp,v 1.1 2000/06/22 10:17:28 kevin Exp $ +** $Id: mathfuncs.cpp,v 1.2 2000/08/31 08:38:58 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 @@ -63,10 +63,10 @@ integrateSimpson (const double xmin, const double xmax, const double *y, const i /* NAME - * norm_angle Normalize angle to 0 to 2 * PI range + * normalizeAngle Normalize angle to 0 to 2 * PI range * * SYNOPSIS - * t = norm_angle (theta) + * t = normalizeAngle (theta) * double t Normalized angle * double theta Input angle */