|
From: Nick C. <nic...@ve...> - 2005-05-04 12:59:53
|
Thanks! Nick > -----Original Message----- > From: rep...@li... > [mailto:rep...@li...]On Behalf Of > Dumoulin Nicolas > Sent: Wednesday, May 04, 2005 5:51 AM > To: rep...@li... > Subject: [Repast-developer] bug submitted on sf.net > > > Hi, > > I've submitted a bug on sourceforge : > https://sourceforge.net/tracker/index.php?func=detail&aid=1194596& group_id=1703&atid=101703 For the moment, I've made a fix in my SimModelImpl specialization : public void setSiamFileName(String fileName) { this.siamFileName=fileName.replace('\\',File.separatorChar); } public String getSiamFileName() { if (siamFileName!= null) { return this.siamFileName.replace(File.separatorChar,'\\'); } return ""; } Regards -- Nicolas Dumoulin Doctorant / PhD Student CEMAGREF, LISC 24 avenue des Landais - BP 50085 63172 AUBIERE CEDEX 1 - France http://nicolasdumoulin.webhop.net Tel. : 33 (0)4.73.44.07.29 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ Repast-developer mailing list Rep...@li... https://lists.sourceforge.net/lists/listinfo/repast-developer |