[BACK]Return to nd.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / engine

Diff for /OpenXM_contrib2/asir2000/engine/nd.h between version 1.1 and 1.2

version 1.1, 2004/03/15 07:32:20 version 1.2, 2004/03/17 08:16:24
Line 257  void ndl_reconstruct(UINT *d,UINT *r,int obpe,EPOS oep
Line 257  void ndl_reconstruct(UINT *d,UINT *r,int obpe,EPOS oep
 INLINE int ndl_reducible(UINT *d1,UINT *d2);  INLINE int ndl_reducible(UINT *d1,UINT *d2);
 INLINE int ndl_lex_compare(UINT *d1,UINT *d2);  INLINE int ndl_lex_compare(UINT *d1,UINT *d2);
 INLINE int ndl_block_compare(UINT *d1,UINT *d2);  INLINE int ndl_block_compare(UINT *d1,UINT *d2);
   INLINE int ndl_matrix_compare(UINT *d1,UINT *d2);
 INLINE int ndl_equal(UINT *d1,UINT *d2);  INLINE int ndl_equal(UINT *d1,UINT *d2);
 INLINE void ndl_copy(UINT *d1,UINT *d2);  INLINE void ndl_copy(UINT *d1,UINT *d2);
 INLINE void ndl_zero(UINT *d);  INLINE void ndl_zero(UINT *d);

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

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