Fix windows file separator bug
This commit is contained in:
parent
71fdaa1109
commit
5810d56b4a
44 changed files with 1266 additions and 1482 deletions
|
|
@ -632,7 +632,7 @@ public class Learn
|
|||
public void getDotFile(String filename, String directory, SpeciesCollection collection, NetCon network) throws BioSimException
|
||||
{
|
||||
Map<String, String> speciesToNode;
|
||||
File fout = new File(directory + GlobalConstants.separator + filename);
|
||||
File fout = new File(directory + File.separator + filename);
|
||||
FileOutputStream fos = null;
|
||||
OutputStreamWriter osw = null;
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue