[BACK]Return to cmotag.h CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-web

Diff for /OpenXM/doc/OpenXM-web/cmotag.h between version 1.3 and 1.4

version 1.3, 2000/09/08 17:14:55 version 1.4, 2015/08/18 02:24:04
Line 1 
Line 1 
 /* $OpenXM: OpenXM/doc/OpenXM-web/cmotag.h,v 1.2 2000/02/02 02:03:41 takayama Exp $ */  /* $OpenXM: OpenXM/doc/OpenXM-web/cmotag.h,v 1.3 2000/09/08 17:14:55 takayama Exp $ */
 /*  cmotag.h */  /*  cmotag.h */
 /*  This file is the primary database of CMO tags. */  /*  This file is the primary database of CMO tags. */
 /* Never Use 0 as a CMO tag. */  /* Never Use 0 as a CMO tag. */
Line 30 
Line 30 
 #define     CMO_DISTRIBUTED_POLYNOMIAL 31  #define     CMO_DISTRIBUTED_POLYNOMIAL 31
 #define     CMO_POLYNOMIAL_IN_ONE_VARIABLE 33  #define     CMO_POLYNOMIAL_IN_ONE_VARIABLE 33
 #define     CMO_RATIONAL 34  #define     CMO_RATIONAL 34
   #define     CMO_COMPLEX 35
   
 #define     CMO_64BIT_MACHINE_DOUBLE   40  #define     CMO_64BIT_MACHINE_DOUBLE   40
 #define     CMO_ARRAY_OF_64BIT_MACHINE_DOUBLE  41  #define     CMO_ARRAY_OF_64BIT_MACHINE_DOUBLE  41

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>