[BACK]Return to toric0.k CVS log [TXT][DIR] Up to [local] / OpenXM / src / k097 / debug

Diff for /OpenXM/src/k097/debug/toric0.k between version 1.2 and 1.3

version 1.2, 2001/01/05 11:14:27 version 1.3, 2001/01/08 05:26:52
Line 214  def zindicial0(input,n,m) {
Line 214  def zindicial0(input,n,m) {
 def zrho(f,n) {  def zrho(f,n) {
   local ans,i,top,w,rz;    local ans,i,top,w,rz;
   ans = 0;    ans = 0;
   rz = Ringp(f);    rz = GetRing(f);
   while(true) {    while(true) {
     if ( f == Poly("0")) sm1(" exit ");      if ( f == Poly("0")) sm1(" exit ");
     top = Init(f);      top = Init(f);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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