Changeset 843f06 in git


Ignore:
Timestamp:
Nov 24, 2018, 4:56:09 PM (5 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
5f9cd3ad014fe661f330f151ccd811e883d5c457
Parents:
081f8d89bef1a35313405d0ccb8d5b71ff52516f
Message:
Don’t delete fromQ for rightGB
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.cc

    r081f8d8 r843f06  
    1027810278    updateS(TRUE,strat);
    1027910279  }
    10280   if (strat->fromQ!=NULL) omFreeSize(strat->fromQ,IDELEMS(strat->Shdl)*sizeof(int));
    10281   strat->fromQ=NULL;
     10280#ifdef HAVE_SHIFTBBA
     10281  if (!(rIsLPRing(currRing) && strat->rightGB)) // we need to check later whether a poly is from Q
     10282#endif
     10283  {
     10284    if (strat->fromQ!=NULL) omFreeSize(strat->fromQ,IDELEMS(strat->Shdl)*sizeof(int));
     10285    strat->fromQ=NULL;
     10286  }
    1028210287  assume(kTest_TS(strat));
    1028310288}
Note: See TracChangeset for help on using the changeset viewer.