|
From: <de...@us...> - 2003-12-19 12:10:41
|
Update of /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/test
In directory sc8-pr-cvs1:/tmp/cvs-serv28839/test
Modified Files:
TestIO.java
Added Files:
TestEvolution.java courbes.txt courbesFortran.txt
Log Message:
Update for h2d model
Add support for evolution
--- NEW FILE: TestEvolution.java ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: courbes.txt ---
#essai
t;c1;c2;c3
1;3;4;5
a b
2;4;5;6
3;5;6;7
4;10;11;12
--- NEW FILE: courbesFortran.txt ---
100230
a b
200430
300630
400830
5001030
Index: TestIO.java
===================================================================
RCS file: /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/test/TestIO.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** TestIO.java 25 Nov 2003 10:11:59 -0000 1.6
--- TestIO.java 19 Dec 2003 12:10:37 -0000 1.7
***************
*** 35,38 ****
--- 35,39 ----
e.printStackTrace();
}
+ f.deleteOnExit();
return f;
}
|