Changeset 718e5df in git for kernel/GBEngine


Ignore:
Timestamp:
Nov 17, 2021, 1:15:17 PM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
9884776f8e3256cd4788680d11eee0ce4957a6d3
Parents:
50fbd6cac1472f325b3b8f7bb8c14e9fc53bc270
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2021-11-17 13:15:17+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2021-11-17 13:25:06+01:00
Message:
fix: newHEdge vi p_LmDelete0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.cc

    r50fbd6c r718e5df  
    1073010730  if (pCmp(strat->kNoether,newNoether)!=1)
    1073110731  {
    10732     if (strat->kNoether!=NULL)
    10733     {
    10734       if (pGetCoeff(strat->kNoether)==NULL) pLmFree(strat->kNoether);
    10735       else                                  pLmDelete(strat->kNoether);
    10736     }
     10732    if (strat->kNoether!=NULL) p_LmDelete0(strat->kNoether,currRing);
    1073710733    strat->kNoether=newNoether;
    1073810734    if (strat->t_kNoether != NULL)
Note: See TracChangeset for help on using the changeset viewer.