Changeset 5a9e7b in git for kernel/kspoly.cc


Ignore:
Timestamp:
Jan 3, 2007, 1:17:12 AM (17 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3d11074289ae1a5160b095ecdc1e4d8279ffedc5
Parents:
6dbc9674142dc50c311aab80c025def4c3a3bf08
Message:
*motsak: rewritten non-commutative engine + sca support


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

Legend:

Unmodified
Added
Removed
  • kernel/kspoly.cc

    r6dbc96 r5a9e7b  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kspoly.cc,v 1.6 2006-06-20 21:44:18 wienand Exp $ */
     4/* $Id: kspoly.cc,v 1.7 2007-01-03 00:17:10 motsak Exp $ */
    55/*
    66*  ABSTRACT -  Routines for Spoly creation and reductions
     
    7272    // (only needed if exp-bound(tailring)<exp-b(currRing))
    7373    number c;
    74     if (PR->bucket!=NULL)  nc_kBucketPolyRed(PR->bucket, p2,&c);
     74    if (PR->bucket!=NULL)  nc_BucketPolyRed(PR->bucket, p2,&c);
    7575    else
    7676    {
Note: See TracChangeset for help on using the changeset viewer.