Changeset 19df79 in git for Singular/kstd2.cc


Ignore:
Timestamp:
Dec 21, 2000, 5:37:52 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
cc3a04e207e65e63ef1f42613861ce5365082fff
Parents:
d9f665b2cc780458978ceb1111b560b41f9f9d4e
Message:
* towards tailRings for local case


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

Legend:

Unmodified
Added
Removed
  • Singular/kstd2.cc

    rd9f665 r19df79  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd2.cc,v 1.70 2000-12-20 11:15:44 obachman Exp $ */
     4/* $Id: kstd2.cc,v 1.71 2000-12-21 16:37:50 obachman Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: alg. of Buchberger
     
    131131   
    132132    // now we found one which is divisible -- reduce it
    133     ksReducePoly(h, &(strat->T[j]), strat->kNoether, NULL, strat);
     133    ksReducePoly(h, &(strat->T[j]), NULL, NULL, strat);
    134134
    135135#ifdef KDEBUG
     
    182182#endif
    183183
    184     ksReducePoly(h, &(strat->T[j]), strat->kNoether, NULL, strat);
     184    ksReducePoly(h, &(strat->T[j]), NULL, NULL, strat);
    185185
    186186#ifdef KDEBUG
     
    319319    assume(strat->fromT == FALSE);
    320320
    321     ksReducePoly(h, &(strat->T[ii]), strat->kNoether, NULL, strat);
     321    ksReducePoly(h, &(strat->T[ii]), NULL, NULL, strat);
    322322
    323323#ifdef KDEBUG
     
    572572      }
    573573      // create the real one
    574       ksCreateSpoly(&(strat->P), strat->kNoether, strat->use_buckets,
     574      ksCreateSpoly(&(strat->P), NULL, strat->use_buckets,
    575575                    strat->tailRing, m1, m2, strat->R);
    576576    }
Note: See TracChangeset for help on using the changeset viewer.