Changeset f3c849 in git


Ignore:
Timestamp:
Oct 14, 2005, 9:40:05 PM (19 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
606831633e82fd12d41490de3bb51e01d4c98ffb
Parents:
6a30174f5b2bb4da145c3f3c8d868d13a2e90a18
Message:
*bricken: victory, death to all bugs


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    r6a3017 rf3c849  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb.cc,v 1.39 2005-07-28 19:14:49 bricken Exp $ */
     7/* $Id: tgb.cc,v 1.40 2005-10-14 19:40:05 bricken Exp $ */
    88/*
    99* ABSTRACT: slimgb and F4 implementation
     
    19921992 
    19931993  short_Exps=(long*) omalloc(n*sizeof(long));
    1994   S=idInit(n,1);
     1994  if (F4_mode)
     1995    S=idInit(n,1);
     1996  else
     1997    S=idInit(1,1);
    19951998  strat=new skStrategy;
    19961999  strat->syzComp = 0;
Note: See TracChangeset for help on using the changeset viewer.