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

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

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

revision 54 by jds, Tue Aug 2 11:20:09 2005 UTC revision 256 by johnpye, Thu Feb 2 14:09:44 2006 UTC
# Line 27  Line 27 
27   *  COPYING.   *  COPYING.
28   */   */
29    
30  #ifndef __INSTANCE_TYPES_H_SEEN__  #ifndef ASC_INSTANCE_TYPES_H
31  #define __INSTANCE_TYPES_H_SEEN__  #define ASC_INSTANCE_TYPES_H
32    
33  /** @file  /** @file
34   *  Real Ascend Instance Types.   *  Real Ascend Instance Types.
# Line 252  struct SolverAtomInstance { Line 252  struct SolverAtomInstance {
252  #define SOL_TIGHTLB     0x100000  /**< value at or near lower */  #define SOL_TIGHTLB     0x100000  /**< value at or near lower */
253  #define SOL_TIGHTUB     0x200000  /**< value at or near upper */  #define SOL_TIGHTUB     0x200000  /**< value at or near upper */
254  #define SOL_NOELIG      0x400000  /**< variable not eligible to be fixed in DOF */  #define SOL_NOELIG      0x400000  /**< variable not eligible to be fixed in DOF */
255    
256  /* note that the above bit positions need to be settled on still. */  /* note that the above bit positions need to be settled on still. */
257    
258  /** aligns to 8 on 4 and 8 byte compilers with compiler pad after t, depth */  /** aligns to 8 on 4 and 8 byte compilers with compiler pad after t, depth */
# Line 656  struct GlobalDummyInstance { Line 657  struct GlobalDummyInstance {
657     */     */
658  };  };
659    
660  #endif /* __INSTANCE_TYPES_H_SEEN__ */  #endif /* ASC_INSTANCE_TYPES_H */
661    

Legend:
Removed from v.54  
changed lines
  Added in v.256

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