Changeset 48ef591 in git


Ignore:
Timestamp:
Nov 22, 2018, 11:30:10 AM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
352a92c88d03b3b9cf5dcabdeb7619670ccc7228
Parents:
b43106574a653e5b9ffc8f95d4f95fd687e47780
Message:
opt: Shdl is here always !=NULL (initSL)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd2.cc

    rb43106 r48ef591  
    35763576  // only LM of elements in S is shifted
    35773577  // necessary to prevent deleting the tail multiple times
    3578   if (rIsLPRing(currRing) && strat->Shdl != NULL)
     3578  if (rIsLPRing(currRing))
    35793579  {
    35803580    for (int j = 0; j < IDELEMS(strat->Shdl); j++)
     
    37453745  // only LM of elements in S is shifted
    37463746  // necessary to prevent deleting the tail multiple times
    3747   if (rIsLPRing(currRing) && strat->Shdl != NULL)
     3747  if (rIsLPRing(currRing))
    37483748  {
    37493749    for (int j = 0; j < IDELEMS(strat->Shdl); j++)
Note: See TracChangeset for help on using the changeset viewer.