Changeset 355ed9 in git for kernel/tgb.cc


Ignore:
Timestamp:
Aug 5, 2009, 9:20:40 AM (15 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
dc560f747a6867005b5ce262a19ac0d38e7137f9
Parents:
9b12ff88320f4103d2142ad777891b4b037fe450
Message:
+ removed some protocol output


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    r9b12ff8 r355ed9  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb.cc,v 1.163 2009-06-04 08:55:36 Singular Exp $ */
     7/* $Id: tgb.cc,v 1.164 2009-08-05 07:20:40 bricken Exp $ */
    88/*
    99* ABSTRACT: slimgb and F4 implementation
     
    42344234  while(curr_pos>=0){
    42354235    if ((c->use_noro_last_block)&&(lies_in_last_dp_block(los[curr_pos].p,c))){
    4236         PrintS("L");
    42374236        int pn_noro=curr_pos+1;
    42384237        poly* p_noro=(poly*) omalloc(pn_noro*sizeof(poly));
Note: See TracChangeset for help on using the changeset viewer.