/[ascend]/trunk/base/generic/solver/lsode.h
ViewVC logotype

Diff of /trunk/base/generic/solver/lsode.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 669 by johnpye, Wed Jun 21 07:00:45 2006 UTC revision 704 by ben.allan, Mon Jun 26 23:00:56 2006 UTC
# Line 24  Line 24 
24      TRUE, we spew all sorts of time junk. If FALSE we are quiet.      TRUE, we spew all sorts of time junk. If FALSE we are quiet.
25      Default for this macro is FALSE.      Default for this macro is FALSE.
26    
27      @NOTE the analytic jacobian routines (state matrix) depend on the      @NOTE the analytic jacobian routines (state matrix) depend on the
28      assumption that struct var_variable *<--> struct Instance *.      assumption that struct var_variable *<--> struct Instance *.
29      Requires:      Requires:
30      #include <utilities/ascConfig.h>      #include <utilities/ascConfig.h>
31      #include <solver/slv_client.h>      #include <solver/slv_client.h>
# Line 42  Line 42 
42  #ifndef ASC_LSODE_H  #ifndef ASC_LSODE_H
43  #define ASC_LSODE_H  #define ASC_LSODE_H
44    
45  #include "linsol.h"  #include "linsol.h"
46  #include "linsolqr.h"  #include "linsolqr.h"
47  #include "slv_client.h"  #include "slv_client.h"
48    
49  /// Perform LSODE integration of a specified 'Integ_system'.  /// Perform LSODE integration of a specified 'Integ_system'.
50  /**  /**

Legend:
Removed from v.669  
changed lines
  Added in v.704

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22