Changeset 19370c in git for kernel/gr_kstd2.cc


Ignore:
Timestamp:
Feb 7, 2007, 11:49:41 AM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
89b59f6bb2e4c55ff6effd6ee652ae6444d424aa
Parents:
bccc3fcf764b040cb2f6573b1c8756d685b5eb0b
Message:
*hannes: naming conventions


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

Legend:

Unmodified
Added
Removed
  • kernel/gr_kstd2.cc

    rbccc3f r19370c  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: gr_kstd2.cc,v 1.12 2007-02-01 18:53:54 Singular Exp $ */
     4/* $Id: gr_kstd2.cc,v 1.13 2007-02-07 10:49:39 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: noncomm. alg. of Buchberger
     
    7676        wrp(strat->S[j]);
    7777      }
    78       (*h).p = nc_ReduceSPoly(strat->S[j],(*h).p, currRing);
     78      (*h).p = nc_ReduceSpoly(strat->S[j],(*h).p, currRing);
    7979      //spSpolyRed(strat->T[j].p,(*h).p,strat->kNoether);
    8080
     
    179179      }
    180180      /*- compute the s-polynomial -*/
    181       (*h).p = nc_ReduceSPoly(strat->S[j],(*h).p/*,strat->kNoether*/,currRing);
     181      (*h).p = nc_ReduceSpoly(strat->S[j],(*h).p,currRing);
    182182      if ((*h).p == NULL)
    183183      {
     
    868868        /* prod.crit itself in nc_CreateSpoly */
    869869      }
    870       strat->P.p = nc_SPoly(strat->P.p1,strat->P.p2/*,strat->kNoether*/,currRing);
     870      strat->P.p = nc_CreateSpoly(strat->P.p1,strat->P.p2,currRing);
    871871    }
    872872    if (strat->P.p != NULL)
Note: See TracChangeset for help on using the changeset viewer.