From: <sv...@ww...> - 2004-06-29 09:07:12
|
Author: delta Date: 2004-06-29 02:07:05 -0700 (Tue, 29 Jun 2004) New Revision: 1099 Modified: trunk/CSP/CSPSim/Include/NumericalMethod.h Log: Test and typo correction. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1099 Modified: trunk/CSP/CSPSim/Include/NumericalMethod.h =================================================================== --- trunk/CSP/CSPSim/Include/NumericalMethod.h 2004-06-29 03:50:48 UTC (rev 1098) +++ trunk/CSP/CSPSim/Include/NumericalMethod.h 2004-06-29 09:07:05 UTC (rev 1099) @@ -213,7 +213,7 @@ * adapted from: * J. R. Cash, A. H. Karp, A variable order Runge-Kutta method for initial value * problems with rapidly varying right-hand sides, ACM Transactions on Mathematical -* Software, Vol. 16, No. 3, Spet 1990, pp. 201-222. +* Software, Vol. 16, No. 3, Sept 1990, pp. 201-222. */ class RKCK_VS_VO: public NumericalMethod { /** |