Changeset 1c5eb9 in git


Ignore:
Timestamp:
Jun 10, 2008, 3:10:23 PM (16 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9cd0ce7b59c2eddfba7d22e2cd1fe036d85c1187
Parents:
9e2fdf701f7deadbbbe6ed38553ee22d1119be64
Message:
+ fixed component


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    r9e2fdf r1c5eb9  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb.cc,v 1.154 2008-06-09 06:16:03 bricken Exp $ */
     7/* $Id: tgb.cc,v 1.155 2008-06-10 13:10:23 bricken Exp $ */
    88/*
    99* ABSTRACT: slimgb and F4 implementation
     
    44264426    poly m=c->tmp_lm;
    44274427    pSetCoeff(m,nInit(1));
     4428    pSetComp(m,0);
    44284429    for(int i=1;i<=pVariables;i++)
    44294430      pSetExp(m,i,(pGetExp(r[erg.to_reduce_l].p, i)-pGetExp(red,i)));
Note: See TracChangeset for help on using the changeset viewer.