Changeset b4fbb8 in git for kernel/GBEngine/kstd1.cc
- Timestamp:
- Oct 7, 2015, 2:03:45 PM (8 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- 8a14df4e24d2bd82a168c3ed70f92659b0bd2442
- Parents:
- c1c2ccdce7a50ab28491ceb066ea5faa1f7e6e87
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/kstd1.cc
rc1c2ccd rb4fbb8 14 14 #define MYTEST 0 15 15 16 #define ADIDEBUG 117 #define ADIDEBUG_NF 116 #define ADIDEBUG 0 17 #define ADIDEBUG_NF 0 18 18 19 19 #include <kernel/mod2.h> … … 1701 1701 printf("\nBefore Ll = %i\n", strat->Ll); 1702 1702 #endif 1703 int inittl = strat->tl; 1704 printf("\nReduce!!\n"); 1703 1705 red_result = strat->red(&strat->P,strat); 1706 printf("\nEnded :)\n"); 1707 strat->tl = inittl; 1704 1708 #if ADIDEBUG 1705 1709 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); … … 1733 1737 1734 1738 // put in T 1739 int inittl = strat->tl; 1735 1740 enterT(strat->P,strat); 1741 strat->tl = inittl+1; 1736 1742 // build new pairs 1737 1743 #ifdef HAVE_RINGS
Note: See TracChangeset
for help on using the changeset viewer.