Update of /cvsroot/mathlib/mathlib/Source/MathLib/Functions/IO
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12716/Source/MathLib/Functions/IO
Modified Files:
CSVRead.java
Log Message:
getValue() replaced by getValueRe()
Index: CSVRead.java
===================================================================
RCS file: /cvsroot/mathlib/mathlib/Source/MathLib/Functions/IO/CSVRead.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** CSVRead.java 30 Dec 2006 17:47:25 -0000 1.9
--- CSVRead.java 6 Jan 2007 09:33:26 -0000 1.10
***************
*** 147,151 ****
if(temp != null)
{
! val = ((NumberToken)temp).getValue();
values[xx] = val;
ErrorLogger.debugLine("4");
--- 147,151 ----
if(temp != null)
{
! val = ((NumberToken)temp).getValueRe();
values[xx] = val;
ErrorLogger.debugLine("4");
|