=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/Kan/poly3.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- OpenXM/src/kan96xx/Kan/poly3.c 2001/05/04 01:06:25 1.3 +++ OpenXM/src/kan96xx/Kan/poly3.c 2002/02/04 07:58:28 1.4 @@ -1,4 +1,4 @@ -/* $OpenXM: OpenXM/src/kan96xx/Kan/poly3.c,v 1.2 2000/01/16 07:55:40 takayama Exp $ */ +/* $OpenXM: OpenXM/src/kan96xx/Kan/poly3.c,v 1.3 2001/05/04 01:06:25 takayama Exp $ */ #include #include "datatype.h" #include "extern2.h" @@ -176,7 +176,7 @@ void monomialMult_diff(e,f) /* Note that you cannot call mpMult_diff recursively. */ /* Note also that mpMult_diff assumes coefficients and Dx commutes each other*/ -POLY mpMult_diff(POLY f,POLY g) +POLY mpMult_diff_org(POLY f,POLY g) { int k; POLY r,temp;