Added debug
This commit is contained in:
parent
b6aa5bf573
commit
c4ac7ea0ed
1 changed files with 1 additions and 0 deletions
|
|
@ -412,6 +412,7 @@ public class Analysis implements BioObserver
|
|||
if (modelSource.indexOf("/")!=-1) {
|
||||
modelSource = modelSource.substring(modelSource.lastIndexOf("/")+1);
|
||||
}
|
||||
System.out.println("Reading: " + root + File.separator + modelSource);
|
||||
SBMLDocument sbmlDoc = SBMLReader.read(new File(root + File.separator + modelSource));
|
||||
if (model.getListOfChanges().size() != 0) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue