Changeset 355ed9 in git for kernel/tgb.cc
- Timestamp:
- Aug 5, 2009, 9:20:40 AM (14 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- dc560f747a6867005b5ce262a19ac0d38e7137f9
- Parents:
- 9b12ff88320f4103d2142ad777891b4b037fe450
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/tgb.cc
r9b12ff8 r355ed9 5 5 * Computer Algebra System SINGULAR * 6 6 ****************************************/ 7 /* $Id: tgb.cc,v 1.16 3 2009-06-04 08:55:36 SingularExp $ */7 /* $Id: tgb.cc,v 1.164 2009-08-05 07:20:40 bricken Exp $ */ 8 8 /* 9 9 * ABSTRACT: slimgb and F4 implementation … … 4234 4234 while(curr_pos>=0){ 4235 4235 if ((c->use_noro_last_block)&&(lies_in_last_dp_block(los[curr_pos].p,c))){ 4236 PrintS("L");4237 4236 int pn_noro=curr_pos+1; 4238 4237 poly* p_noro=(poly*) omalloc(pn_noro*sizeof(poly));
Note: See TracChangeset
for help on using the changeset viewer.