| Author | Topic |
Posts: 28
Registered: September 2008
|
|
v.2.3. release 2 Java consistency check crashes
|
14 Apr '10 14:33
|
 |
|
I am using the Java wrapper of libsbml v.2.3, release 2.
When my program executes the following code fragment
SBMLDocument document = new SBMLDocument( );
document.setLevelAndVersion( 2L, 3L );
document.setModel( model );
long numProblems = document.checkConsistency( );
the program crashes. This occurs every time the model contains a ListOfEvents, but less often with other lists.
Am I missing a setting or command?
--Bob
____________________________________________________________
To manage your libsbml-development list subscription, visit
https://utils.its.caltech.edu/mailman/listinfo/libsbml-development
For a web interface to the libsbml-development mailing list, visit
http://sbml.org/Forums/
For questions or feedback about the libsbml-development list,
contact sbml-team@caltech.edu
|
|
|