Skip to content

Commit 6cdda6c

Browse files
author
frm
committed
Helper for generated html. Add sbml download to VCell restlet server
1 parent 775ecba commit 6cdda6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vcell-api/src/main/java/org/vcell/rest/server/TestRestServerBlinov.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
import cbit.vcell.modeldb.DatabaseServerImpl;
3535
import cbit.vcell.modeldb.SimContextRep;
3636
import cbit.vcell.modeldb.SimulationRep;
37+
import cbit.vcell.solver.MathOverrides;
3738
import cbit.vcell.solver.Simulation;
3839
import cbit.vcell.xml.XMLSource;
3940
import cbit.vcell.xml.XmlHelper;
@@ -90,7 +91,7 @@ public boolean accept(File pathname) {
9091
// }
9192
sreps[j] = new SimulationRep(srepKeys[j], simulations[j].getVersion().getBranchID(),
9293
simulations[j].getName(), simulations[j].getVersion().getOwner(), simulations[j].getMathDescription().getKey(),
93-
simulations[j].getSolverTaskDescription(), null);
94+
simulations[j].getSolverTaskDescription(), new MathOverrides.Element[] {});
9495
}
9596
//KeyValue bmKey, String name, int privacy, User[] groupUsers, Date date, String annot, BigDecimal branchID, KeyValue modelRef, User owner, KeyValue[] simKeyList, KeyValue[] simContextKeyList)
9697
BioModelRep bmrep =

0 commit comments

Comments
 (0)