File tree Expand file tree Collapse file tree
vcell-core/src/main/java/cbit/vcell/xml Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838import cbit .vcell .model .ReactionStep ;
3939import cbit .vcell .parser .Expression ;
4040import cbit .vcell .parser .ExpressionException ;
41+ import cbit .vcell .resource .PropertyLoader ;
4142import cbit .vcell .solver .Simulation ;
4243import cbit .vcell .solver .*;
4344import cbit .xml .merge .NodeInfo ;
@@ -111,7 +112,7 @@ public static String bioModelToXML(BioModel bioModel) throws XmlParseException {
111112 }
112113
113114 static String getEscapedSoftwareVersion (){
114- return TokenMangler .getEscapedString (System . getProperty ("vcell.softwareVersion" , "unknown " ));
115+ return TokenMangler .getEscapedString (PropertyLoader . getRequiredProperty ("vcell.softwareVersion" ));
115116 }
116117 public static String bioModelToXML (BioModel bioModel , boolean printkeys ) throws XmlParseException {
117118
You can’t perform that action at this time.
0 commit comments