Menu

#141 Problem finding compartments in SbmlReader.cpp

async13
open
dilawars
sbml (5)
5
2014-06-03
2014-06-03
dilawars
No

Following lines in sbml/SbmlReader.cpp return EMPTY vector of ChemCompts since base_.path() is already a compartment and ChemCompts MAY NOT exist as its children.

+            string simpath = base_.path() + "/"+comptName+"/##[]";
+            wildcardFind( comptpath, compts );

Currently I am working without prefixing base_.path() to wildcard expression. One can also pop the very last expression from base_.path() before prefixing.

Discussion

Anonymous
Anonymous

Add attachments
Cancel