=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/engine/nd.h,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- OpenXM_contrib2/asir2000/engine/nd.h 2004/03/15 07:32:20 1.1 +++ OpenXM_contrib2/asir2000/engine/nd.h 2004/03/25 01:31:03 1.3 @@ -257,6 +257,8 @@ void ndl_reconstruct(UINT *d,UINT *r,int obpe,EPOS oep INLINE int ndl_reducible(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_matrix_compare(UINT *d1,UINT *d2); +INLINE int ndl_composite_compare(UINT *d1,UINT *d2); INLINE int ndl_equal(UINT *d1,UINT *d2); INLINE void ndl_copy(UINT *d1,UINT *d2); INLINE void ndl_zero(UINT *d);