Parent Directory
|
Revision Log
Fixed TestIDA (it's not nice though)
1 | #ifndef ASC_IDAANALYSE_H |
2 | #define ASC_IDAANALYSE_H |
3 | |
4 | #include "integrator.h" |
5 | |
6 | IntegratorAnalyseFn integrator_ida_analyse; /* for new approach -- JP Jan 2007 */ |
7 | |
8 | int integrator_ida_diffindex(const IntegratorSystem *sys, const struct var_variable *deriv); |
9 | |
10 | int integrator_ida_analyse_debug(const IntegratorSystem *sys,FILE *fp); |
11 | |
12 | #endif |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |