Menu

#4 Missing # comment

v1.0
closed-fixed
None
5
2020-03-11
2014-11-25
No

Hi guys,

All files produced by SBML2XPP have this line:

xppModel +="ceil(x)=flr(1+x)\n";

which should be a comment, causing an error when this file is used as input into a XPP-capable tool. Will derived parameters/SBML initialAssignments be supported in future releases?

Cheers,

Discussion

  • Nicolas Rodriguez

    'ceil(x)=flr(1+x)' is added in the ode file to support one SBML mathml operator that could be found. Instead of checking the whole model to see if this operator is used, we add it all the time.

    We certainly want to support newer version of SBML and initialAssignment should be not too hard to support.

    What do you mean by 'derived parameters' ?

     
  • Nicolas Rodriguez

    • status: open --> closed-fixed