/[ascend]/trunk/base/generic/compiler/rel_blackbox.h
ViewVC logotype

Diff of /trunk/base/generic/compiler/rel_blackbox.h

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

revision 1031 by johnpye, Wed Jan 3 15:33:23 2007 UTC revision 1039 by johnpye, Thu Jan 4 23:21:20 2007 UTC
# Line 29  Line 29 
29  #ifndef ASC_REL_BLACKBOX_H  #ifndef ASC_REL_BLACKBOX_H
30  #define ASC_REL_BLACKBOX_H  #define ASC_REL_BLACKBOX_H
31    
32    #include <utilities/ascConfig.h>
33    #include "instance_enum.h"
34    #include "relation_type.h"
35    #include <general/list.h>
36    #include "expr_types.h"
37    #include "extfunc.h"
38    
39  extern int BlackBoxCalcResidual(struct Instance *i, double *res, struct relation *r);  extern int BlackBoxCalcResidual(struct Instance *i, double *res, struct relation *r);
40    
41  /** Compute standard form residual and gradient.  /** Compute standard form residual and gradient.
# Line 137  extern void InitBBox(struct Instance *co Line 144  extern void InitBBox(struct Instance *co
144   */   */
145  extern void DeleteRefBlackBoxCache(struct relation *rel, struct BlackBoxCache **b);  extern void DeleteRefBlackBoxCache(struct relation *rel, struct BlackBoxCache **b);
146    
   
147  #endif /* ASC_REL_BLACKBOX_H */  #endif /* ASC_REL_BLACKBOX_H */

Legend:
Removed from v.1031  
changed lines
  Added in v.1039

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