Changeset b4fbb8 in git for kernel/GBEngine/kstd1.cc


Ignore:
Timestamp:
Oct 7, 2015, 2:03:45 PM (8 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
Children:
8a14df4e24d2bd82a168c3ed70f92659b0bd2442
Parents:
c1c2ccdce7a50ab28491ceb066ea5faa1f7e6e87
Message:
Anne's idea solved - now trying Yue's Bug
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd1.cc

    rc1c2ccd rb4fbb8  
    1414#define MYTEST 0
    1515
    16 #define ADIDEBUG 1
    17 #define ADIDEBUG_NF 1
     16#define ADIDEBUG 0
     17#define ADIDEBUG_NF 0
    1818
    1919#include <kernel/mod2.h>
     
    17011701      printf("\nBefore Ll = %i\n", strat->Ll);
    17021702      #endif
     1703      int inittl = strat->tl;
     1704      printf("\nReduce!!\n");
    17031705      red_result = strat->red(&strat->P,strat);
     1706      printf("\nEnded :)\n");
     1707      strat->tl = inittl;
    17041708      #if ADIDEBUG
    17051709      printf("\nThis is P nach red:\n");p_Write(strat->P.p,strat->tailRing);p_Write(strat->P.p1,strat->tailRing);p_Write(strat->P.p2,strat->tailRing);
     
    17331737
    17341738      // put in T
     1739      int inittl = strat->tl;
    17351740      enterT(strat->P,strat);
     1741      strat->tl = inittl+1;
    17361742      // build new pairs
    17371743#ifdef HAVE_RINGS
Note: See TracChangeset for help on using the changeset viewer.