|
From: <de...@us...> - 2003-08-18 12:41:17
|
Update of /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/telemac/io
In directory sc8-pr-cvs1:/tmp/cvs-serv17854
Modified Files:
Telemac2dFileFormat.java
Log Message:
maj
Index: Telemac2dFileFormat.java
===================================================================
RCS file: /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/telemac/io/Telemac2dFileFormat.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Telemac2dFileFormat.java 18 Aug 2003 11:05:20 -0000 1.1
--- Telemac2dFileFormat.java 18 Aug 2003 12:39:33 -0000 1.2
***************
*** 55,58 ****
--- 55,62 ----
}
+
+ public TelemacVersion createVersion(DicoModelAbstract _dico){
+ return new TelemacVersion(_dico);
+ }
public class TelemacVersion extends DicoCasFileFormatVersion {
|