=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/engine/nd.c,v retrieving revision 1.130 retrieving revision 1.132 diff -u -p -r1.130 -r1.132 --- OpenXM_contrib2/asir2000/engine/nd.c 2006/05/30 07:35:31 1.130 +++ OpenXM_contrib2/asir2000/engine/nd.c 2006/06/05 01:29:24 1.132 @@ -1,7 +1,8 @@ -/* $OpenXM: OpenXM_contrib2/asir2000/engine/nd.c,v 1.129 2006/04/17 04:35:20 noro Exp $ */ +/* $OpenXM: OpenXM_contrib2/asir2000/engine/nd.c,v 1.131 2006/06/05 01:01:41 noro Exp $ */ #include "nd.h" +int diag_period = 6; int (*ndl_compare_function)(UINT *a1,UINT *a2); int nd_dcomp; NM _nm_free_list; @@ -1707,7 +1708,6 @@ int do_diagonalize_trace(int sugar,int m) static struct oEGT eg_invdalg; struct oEGT eg_le; -int diag_period = 6; NODE nd_gb_trace(int m,int ishomo) {