[BACK]Return to oxtag.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_math

Diff for /OpenXM/src/ox_math/Attic/oxtag.h between version 1.2 and 1.3

version 1.2, 1999/11/02 06:11:58 version 1.3, 1999/11/07 12:12:55
Line 1 
Line 1 
 /* -*- mode: C; coding: euc-japan -*- */  /* -*- mode: C; coding: euc-japan -*- */
 /* $OpenXM$ */  /* $OpenXM: OpenXM/src/ox_math/oxtag.h,v 1.2 1999/11/02 06:11:58 ohara Exp $ */
 /* $Id$ */  
   
 /* from ox_kan.h */  /* A part of ox_kan.h */
 /* Do not edit this file. */  /* Do not edit this file. */
   
 /*  cmotag.h */  /*  cmotag.h */
Line 29 
Line 28 
 #define     CMO_ZZ          20  #define     CMO_ZZ          20
 #define     CMO_QQ          21  #define     CMO_QQ          21
 #define     CMO_ZERO        22  #define     CMO_ZERO        22
 #define     CMO_DMS          23   /* Distributed monomial system */  /* #define     CMO_DMS          23   /* Distributed monomial system */
 #define     CMO_DMS_GENERIC     24  #define     CMO_DMS_GENERIC     24
 #define     CMO_DMS_OF_N_VARIABLES 25  #define     CMO_DMS_OF_N_VARIABLES 25
 #define     CMO_RING_BY_NAME  26  #define     CMO_RING_BY_NAME  26
Line 38 
Line 37 
   
 #define     CMO_INT32COEFF  30  #define     CMO_INT32COEFF  30
 #define     CMO_DISTRIBUTED_POLYNOMIAL 31  #define     CMO_DISTRIBUTED_POLYNOMIAL 31
 /* #define     CMO_ZZ   32  */  /* #define     CMO_ZZ_OLD   32  */
 #define     CMO_POLYNOMIAL_IN_ONE_VARIABLE 33  #define     CMO_POLYNOMIAL_IN_ONE_VARIABLE 33
 #define     CMO_RATIONAL 34  #define     CMO_RATIONAL 34
   

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

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