=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/engine/nd.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM_contrib2/asir2000/engine/nd.h 2004/03/15 07:32:20 1.1 +++ OpenXM_contrib2/asir2000/engine/nd.h 2004/03/17 08:16:24 1.2 @@ -257,6 +257,7 @@ 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_equal(UINT *d1,UINT *d2); INLINE void ndl_copy(UINT *d1,UINT *d2); INLINE void ndl_zero(UINT *d);