Changeset deb5f3 in git


Ignore:
Timestamp:
Jan 10, 2014, 11:34:55 AM (10 years ago)
Author:
Christian Eder
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
3732678c5215bf8158d6a378e61cfc1d2f71329f
Parents:
cdfe7a4b0c5a660fa9fce505e815e18481224168
git-author:
Christian Eder <ederc@mathematik.uni-kl.de>2014-01-10 11:34:55+01:00
git-committer:
Christian Eder <ederc@mathematik.uni-kl.de>2014-01-10 11:35:37+01:00
Message:
fixes problem with incremental sba interreduction:
if size(interred_g) << size(g) we need some adjustments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kstd2.cc

    rcdfe7a rdeb5f3  
    28172817    cc++;
    28182818  }
     2819  for (cc=strat->sl+1; cc<IDELEMS(strat->Shdl); ++cc)
     2820    strat->Shdl->m[cc]  = NULL;
    28192821//#if 1
    28202822#if DEBUGF5
Note: See TracChangeset for help on using the changeset viewer.