Changeset 7464b7c in git


Ignore:
Timestamp:
Dec 13, 2013, 1:42:41 PM (9 years ago)
Author:
Christian Eder
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
9408d96235dd9fd8ae6eb0fcc34e9ee0b352a4a5
Parents:
55233bec0f99f7b6752ebfe613d9ada501e0d441
Message:
fixes wrong operation counter in sba
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kstd2.cc

    r55233be r7464b7c  
    932932    sba_interreduction_steps++;
    933933#endif
    934 #if SBA_PRINT_REDUCTION_OPERATIONS
     934#if SBA_PRINT_OPERATIONS
    935935    sba_interreduction_operations  +=  pLength(strat->T[ii].p);
    936936#endif
     
    11081108    sba_interreduction_steps++;
    11091109#endif
    1110 #if SBA_PRINT_REDUCTION_OPERATIONS
     1110#if SBA_PRINT_OPERATIONS
    11111111    sba_interreduction_operations  +=  pLength(strat->T[ii].p);
    11121112#endif
Note: See TracChangeset for help on using the changeset viewer.