Changeset 2d8ce9 in git for kernel/tgb.cc


Ignore:
Timestamp:
Jul 28, 2005, 9:14:49 PM (19 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
6cf5e67c455971d4207a1b0ade424278837f49ca
Parents:
ab5405c0006aafecb721ddc763a563de57369c0c
Message:
*bricken: patch for problem on Mac


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    rab5405c r2d8ce9  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb.cc,v 1.38 2005-07-26 07:17:40 bricken Exp $ */
     7/* $Id: tgb.cc,v 1.39 2005-07-28 19:14:49 bricken Exp $ */
    88/*
    99* ABSTRACT: slimgb and F4 implementation
     
    10421042    ENLARGE(c->states, char*);
    10431043    ENLARGE(c->gcd_of_terms,poly);
    1044     ENLARGE(c->S->m,poly);
    1045   }
     1044    //ENLARGE(c->S->m,poly);
     1045   
     1046  }
     1047  pEnlargeSet(&c->S->m,c->n-1,1);
    10461048  if (c->T_deg_full)
    10471049    ENLARGE(c->T_deg_full,int);
Note: See TracChangeset for help on using the changeset viewer.