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

Diff for /OpenXM_contrib2/asir2000/engine/nd.c between version 1.137 and 1.138

version 1.137, 2006/06/11 06:57:54 version 1.138, 2006/06/11 11:41:15
Line 1 
Line 1 
 /* $OpenXM: OpenXM_contrib2/asir2000/engine/nd.c,v 1.136 2006/06/11 06:01:55 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2000/engine/nd.c,v 1.137 2006/06/11 06:57:54 noro Exp $ */
   
 #include "nd.h"  #include "nd.h"
   
Line 4874  NODE nd_f4_red_q_main(ND_pairs sp0,int nsp,int trace,U
Line 4874  NODE nd_f4_red_q_main(ND_pairs sp0,int nsp,int trace,U
                 SG((NDV)w[rank-i-1]) = spsugar[i];                  SG((NDV)w[rank-i-1]) = spsugar[i];
 /*              GC_free(spmat[i]); */  /*              GC_free(spmat[i]); */
         }          }
 #if 1  #if 0
         qsort(w,rank,sizeof(NDV),          qsort(w,rank,sizeof(NDV),
                 (int (*)(const void *,const void *))ndv_compare);                  (int (*)(const void *,const void *))ndv_compare);
 #endif  #endif

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138

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