=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/builtin/dp.c,v retrieving revision 1.55 retrieving revision 1.57 diff -u -p -r1.55 -r1.57 --- OpenXM_contrib2/asir2000/builtin/dp.c 2004/12/04 09:39:27 1.55 +++ OpenXM_contrib2/asir2000/builtin/dp.c 2004/12/09 08:56:43 1.57 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/builtin/dp.c,v 1.54 2004/05/31 00:38:44 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/builtin/dp.c,v 1.56 2004/12/06 09:29:34 noro Exp $ */ #include "ca.h" #include "base.h" @@ -97,7 +97,6 @@ void Pnd_weyl_gr(),Pnd_weyl_gr_trace(); void Pnd_nf(); void Pdp_initial_term(); void Pdp_order(); -void Pnd_set_nalg(); LIST dp_initial_term(); LIST dp_order(); @@ -149,7 +148,6 @@ struct ftab dp_tab[] = { {"nd_weyl_gr",Pnd_weyl_gr,4}, {"nd_weyl_gr_trace",Pnd_weyl_gr_trace,5}, {"nd_nf",Pnd_nf,5}, - {"nd_set_nalg",Pnd_set_nalg,1}, /* F4 algorithm */ {"dp_f4_main",Pdp_f4_main,3}, @@ -1870,12 +1868,6 @@ LIST *rp; nd_gr_trace(f,v,m,homo,ord,rp); } -void Pnd_set_nalg(NODE arg,Q *rp) -{ - nd_set_nalg(QTOS((Q)ARG0(arg))); - *rp = (Q)ARG0(arg); -} - void Pnd_nf(arg,rp) NODE arg; P *rp; @@ -2038,7 +2030,7 @@ LIST *rp; do_weyl = 0; } -static VECT current_dl_weight_vector_obj; +VECT current_dl_weight_vector_obj; int *current_dl_weight_vector; void Pdp_set_weight(arg,rp)