Changeset 1cc61e in git


Ignore:
Timestamp:
Feb 1, 2007, 12:21:55 AM (16 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
86016dc267659b0c4d7155a4accd5fb595c04de7
Parents:
9108d34b50bbad2ac2032416e205c835f49bad41
Message:
*motsak: +#ifdef HAVE_PLURAL


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    r9108d3 r1cc61e  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb.cc,v 1.120 2007-01-31 15:22:21 bricken Exp $ */
     7/* $Id: tgb.cc,v 1.121 2007-01-31 23:21:55 motsak Exp $ */
    88/*
    99* ABSTRACT: slimgb and F4 implementation
     
    21612161            number coef;
    21622162            pTest(strat->S[j]);
     2163#ifdef HAVE_PLURAL
    21632164            if (nc){
    21642165              nc_BucketPolyRed_Z(P.bucket, strat->S[j], &coef);
    21652166            } else
     2167#endif
    21662168              coef=kBucketPolyRed(P.bucket,strat->S[j],
    21672169                                strat->lenS[j]/*pLength(strat->S[j])*/,strat->kNoether);
Note: See TracChangeset for help on using the changeset viewer.