Changeset aed297d in git


Ignore:
Timestamp:
Jan 30, 2007, 3:03:16 PM (17 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
b3789a81928d6793696598191a3de4c8374a89bd
Parents:
08cd810b35a89ce8fa44324fb4657b31ceed6596
Message:
+ used bundle_size instead of PAR_N


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    r08cd81 raed297d  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb.cc,v 1.117 2007-01-30 13:54:56 bricken Exp $ */
     7/* $Id: tgb.cc,v 1.118 2007-01-30 14:03:16 bricken Exp $ */
    88/*
    99* ABSTRACT: slimgb and F4 implementation
     
    17941794  c->average_length=c->average_length/c->n;
    17951795  i=0;
    1796   poly* p=(poly*) omalloc((PAR_N+1)*sizeof(poly));//nullterminated
     1796  poly* p=(poly*) omalloc((bundle_size+1)*sizeof(poly));//nullterminated
    17971797
    17981798  int curr_deg=-1;
    1799   while(i<PAR_N){
     1799  while(i<bundle_size){
    18001800    sorted_pair_node* s=top_pair(c);//here is actually chain criterium done
    18011801
Note: See TracChangeset for help on using the changeset viewer.