Changeset 9d06971 in git for Singular/polys-impl.cc


Ignore:
Timestamp:
Nov 5, 1999, 8:11:10 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
698457f6f46700a65e8096f211292da37a6d4278
Parents:
f0e41bc3bc0601cdd0ab46942bf84fa17c5167df
Message:
* bug fixes w.r.t. syzcomp stuff


git-svn-id: file:///usr/local/Singular/svn/trunk@3810 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/polys-impl.cc

    rf0e41bc r9d06971  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys-impl.cc,v 1.31 1999-10-25 08:32:17 obachman Exp $ */
     4/* $Id: polys-impl.cc,v 1.32 1999-11-05 19:11:08 obachman Exp $ */
    55
    66/***************************************************************
     
    339339  assume(d_h != NULL && (d_h == mm_specHeap) ||
    340340         d_h->size == mm_specHeap->size);
    341 
     341  pTest(s_p);
    342342  while (s_p != NULL)
    343343  {
     
    11221122      }
    11231123    }
     1124    if (currRing->order[0] == ringorder_s)
     1125    {
     1126      if (p->exp.l[currRing->typ[0].data.syz.place] != 0 &&
     1127          p->exp.l[currRing->typ[0].data.syz.place] != 1)
     1128      {
     1129        Warn("Syzcomp wrong %d in %s:%d",
     1130             p->exp.l[currRing->typ[0].data.syz.place], f, l);
     1131      }
     1132    }
    11241133    old=p;
    11251134    pIter(p);
Note: See TracChangeset for help on using the changeset viewer.