From: W E. W. <wew...@gm...> - 2006-09-05 19:28:00
|
Hi, Can we move the function static int CvodeSettings_setTimeSeries(cvodeSettings_t *set, double *timeseries, int PrintStep); to the API interface please? If one wants to set a whole time series it is much more straightforward to do this using this function than using: SBML_ODESOLVER_API int CvodeSettings_setTimeStep(cvodeSettings_t *, int, double); Especially that in case of this function it is not clear how to specify the length of the time series to set first. All the best. Eryk |