Changeset 19370c in git for kernel/kspoly.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', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
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/kspoly.cc

    rbccc3f r19370c  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kspoly.cc,v 1.8 2007-01-11 10:37:35 Singular Exp $ */
     4/* $Id: kspoly.cc,v 1.9 2007-02-07 10:49:40 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Routines for Spoly creation and reductions
     
    7373    // (only needed if exp-bound(tailring)<exp-b(currRing))
    7474    number c;
    75     if (PR->bucket!=NULL)  nc_BucketPolyRed(PR->bucket, p2,&c);
     75    if (PR->bucket!=NULL)  nc_kBucketPolyRed(PR->bucket, p2,&c);
    7676    else
    7777    {
Note: See TracChangeset for help on using the changeset viewer.