| Author | Topic |
Posts: 307
Location: Cambridge UK
Registered: February 2005
|
|
Compartment.spatialDimensions need to be double
|
09 Feb '11 05:34
|
 |
|
Hello all,
A good catch from an anonymous user :
http://sourceforge.net/support/tracker.php?aid=3175911
In SBML level 3, the type of the spatialDimensions attribute of a
Compartment as been changed to double.
If we follow what libSBML as done, we could let the current method as
it is and add a getSpatialDimensionsAsDouble method for the software that
are able to deal with spatialDimensions as double. We need however to
change the variable that store the spatialDimensions to be of type double.
There will also be two setSpatialDimensions method, one with double, one
with short.
Although we declared that jsbml-0.8 is not ready for SBML level 3 (may
be not on the current sbml.org website btw, we did not put the roadmap
or a feature list), it would be nice to address
this issue straight away.
What do you thing ?
Thnaks,
Nico
____________________________________________________________
To manage your jsbml-development list subscription, visit
https://utils.its.caltech.edu/mailman/listinfo/jsbml-development
For a web interface to the jsbml-development mailing list, visit
http://sbml.org/Forums/
For questions or feedback about the jsbml-development list,
contact sbml-team@caltech.edu
|
|
|