Changeset bbf4585 in git


Ignore:
Timestamp:
Oct 7, 2010, 4:47:25 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d0579a05a4cf0bbd2234e1d03abd8a0e56876f0b
Parents:
8d87a654ad26db0893bc025c45fce87ebb749861
Message:
handling of monomials

git-svn-id: file:///usr/local/Singular/svn/trunk@13411 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/syz2.cc

    r8d87a6 rbbf4585  
    178178                    }
    179179                  }
    180                   pDelete(&p1);
    181                   pDelete(&p2);
     180                  pLmDelete(&p1);
     181                  pLmDelete(&p2);
    182182                }
    183183#endif
     
    232232          pSetCoeff(tt,nDiv(pGetCoeff(tso.p1),coefgcd));
    233233          tso.syz = pMult_mm(tso.syz,tt);
    234           pDelete(&tt);
     234          pLmDelete(&tt);
    235235          coefgcd = nNeg(coefgcd);
    236236          pp = pCopy((syzstr->resPairs[index])[r1].syz);
     
    238238          pSetCoeff(tt,nDiv(pGetCoeff(tso.p2),coefgcd));
    239239          pp = pMult_mm(pp,tt);
    240           pDelete(&tt);
     240          pLmDelete(&tt);
    241241          tso.syz = pAdd(pp,tso.syz);
    242242          nDelete(&coefgcd);
     
    396396  int il=-1;
    397397  kBucket_Minus_m_Mult_p(syzstr->syz_bucket,p,redWith.syz,&il,NULL);
    398   pDelete(&p);
     398  pLmDelete(&p);
    399399}
    400400
Note: See TracChangeset for help on using the changeset viewer.