Changeset d867521 in git


Ignore:
Timestamp:
May 19, 2006, 2:50:50 PM (17 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
3957e37e7e892bb6acf47f7d37924ff8f6c8f331
Parents:
d7696978c5abd62a2ed61973e889cedec17f2819
Message:
*bricken: fixed bug in last checkin


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    rd76969 rd867521  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb.cc,v 1.92 2006-05-19 12:48:24 bricken Exp $ */
     7/* $Id: tgb.cc,v 1.93 2006-05-19 12:50:50 bricken Exp $ */
    88/*
    99* ABSTRACT: slimgb and F4 implementation
     
    22782278      while(add[pos]!=NULL){
    22792279        add_to_basis_ideal_quotient(add[pos],this,NULL);
     2280        pos++;
    22802281      }
    22812282      for(piter=0;piter<=pair_top;piter++){
Note: See TracChangeset for help on using the changeset viewer.