[Mathlib-commitlog] mathlib/Source/MathLib/Functions/FunFun euler.java, 1.5, 1.6
Status: Beta
Brought to you by:
st_mueller
|
From: Stefan M. <st_...@us...> - 2007-01-06 09:32:39
|
Update of /cvsroot/mathlib/mathlib/Source/MathLib/Functions/FunFun In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12297/Source/MathLib/Functions/FunFun Modified Files: euler.java Log Message: getValue() replaced by getValueRe() Index: euler.java =================================================================== RCS file: /cvsroot/mathlib/mathlib/Source/MathLib/Functions/FunFun/euler.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** euler.java 26 Dec 2006 12:22:45 -0000 1.5 --- euler.java 6 Jan 2007 09:32:36 -0000 1.6 *************** *** 55,59 **** // get step size ! double dt = ((NumberToken)operands[3]).getValue(); // calculate number of integration steps --- 55,59 ---- // get step size ! double dt = ((NumberToken)operands[3]).getValueRe(); // calculate number of integration steps |