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

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

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

revision 1202 by johnpye, Mon Jan 22 13:37:33 2007 UTC revision 1247 by johnpye, Sat Jan 27 00:11:34 2007 UTC
# Line 69  typedef void *SlvBackendToken; Line 69  typedef void *SlvBackendToken;
69      the other backends we can think of.      the other backends we can think of.
70  */  */
71    
72  typedef struct slv_system_structure *slv_system_t;  typedef struct system_structure *slv_system_t;
73  /**<  /**<
74      This is the handle which should be used in all of the functions      This is the handle which should be used in all of the functions
75      in slv and system to reference a mathematical problem.      in slv and system to reference a mathematical problem.
76  */  */
77    
78    
79    struct SolverDiffVarCollectionStruct;
80    typedef struct SolverDiffVarCollectionStruct SolverDiffVarCollection;
81    
82  /* @} */  /* @} */
83    
84  #endif  /* ASC_SLV_TYPES_H */  #endif  /* ASC_SLV_TYPES_H */

Legend:
Removed from v.1202  
changed lines
  Added in v.1247

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