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

Diff for /OpenXM/src/ox_ntl/ntl.h between version 1.5 and 1.6

version 1.5, 2008/09/19 10:55:40 version 1.6, 2013/10/18 01:28:52
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/ox_ntl/ntl.h,v 1.4 2003/11/17 12:04:20 iwane Exp $ */  /* $OpenXM: OpenXM/src/ox_ntl/ntl.h,v 1.5 2008/09/19 10:55:40 iwane Exp $ */
   
 #ifndef __NTL_H__  #ifndef __NTL_H__
 #define __NTL_H__  #define __NTL_H__
Line 20 
Line 20 
 #define CMON_ZZX             (CMO_PRIVATE + 3)  #define CMON_ZZX             (CMO_PRIVATE + 3)
 #define CMON_FACTORS         (CMO_PRIVATE + 4)  #define CMON_FACTORS         (CMO_PRIVATE + 4)
   
   using namespace NTL;
   
 typedef struct cmon_mat_zz_tag {  typedef struct cmon_mat_zz_tag {
         int tag;          int tag;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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