=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/engine/nd.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- OpenXM_contrib2/asir2000/engine/nd.h 2004/03/17 08:16:24 1.2 +++ OpenXM_contrib2/asir2000/engine/nd.h 2004/03/25 01:31:03 1.3 @@ -258,6 +258,7 @@ 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);