Changeset c1489f2 in git for Singular/polys.cc


Ignore:
Timestamp:
Oct 19, 1999, 2:42:51 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
828c28214a338ded17f2365a5cc851ddddadfac3
Parents:
d2b6cf082728946a490177ca3d6aba074109fe5c
Message:
* stuff from Thomas
* various bug fixes


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

Legend:

Unmodified
Added
Removed
  • Singular/polys.cc

    rd2b6cf rc1489f2  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys.cc,v 1.49 1999-10-19 09:50:41 Singular Exp $ */
     4/* $Id: polys.cc,v 1.50 1999-10-19 12:42:47 obachman Exp $ */
    55
    66/*
     
    141141        {
    142142          int c=pGetComp(p);
    143           if (c > o->data.syz.limit)
     143          if (c > o->data.syz.limit)
    144144            p->exp.l[o->data.syz.place]= 1;
    145           else
     145          else
    146146            p->exp.l[o->data.syz.place]= 0;
    147147          break;
     
    253253
    254254
    255 int rComp0(poly p1, poly p2)
    256 {
    257   _pMonCmp(p1, p2, return 0, return 1, return -1);
    258 }
    259 
    260255/*----------pComp handling for syzygies---------------------*/
    261256static void newHeadsB(polyset actHeads,int length)
Note: See TracChangeset for help on using the changeset viewer.