version 1.1.1.1, 1999/10/08 02:12:01 |
version 1.3, 2000/06/09 08:02:02 |
|
|
|
/* $OpenXM: OpenXM/src/kan96xx/Kan/order.c,v 1.2 2000/01/16 07:55:39 takayama Exp $ */ |
#include <stdio.h> |
#include <stdio.h> |
#include "datatype.h" |
#include "datatype.h" |
#include "stackm.h" |
#include "stackm.h" |
Line 626 int mmLarger_tower3(POLY f,POLY g,struct object *gbLis |
|
Line 627 int mmLarger_tower3(POLY f,POLY g,struct object *gbLis |
|
warningOrder("mmLarger_tower3(): incompatible input and gbList.\n"); |
warningOrder("mmLarger_tower3(): incompatible input and gbList.\n"); |
printf("Length of gb is %d, f is %s, g is %s\n",t,KPOLYToString(f), |
printf("Length of gb is %d, f is %s, g is %s\n",t,KPOLYToString(f), |
KPOLYToString(g)); |
KPOLYToString(g)); |
|
KSexecuteString(" show_ring "); |
return(1); |
return(1); |
} |
} |
/* mpMult_poly is too expensive to call. @@@*/ |
/* mpMult_poly is too expensive to call. @@@*/ |