Changeset e3cc9c in git for kernel/syz1.cc


Ignore:
Timestamp:
Jun 21, 2010, 8:03:42 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ee3e1aeb5264cc872202ec014e53f63d146423f9
Parents:
19bf86942c3a2e4c1ce8f10014cc08795c6e7c84
Message:
pDeleteLm ->pLmDelete

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

Legend:

Unmodified
Added
Removed
  • kernel/syz1.cc

    r19bf86 re3cc9c  
    21222122
    21232123  while ((pp!=NULL) && ((*toStrip)[pGetComp(pp)]!=0))
    2124     pDeleteLm(&pp);
     2124    pLmDelete(&pp);
    21252125  p = pp;
    21262126  if (pp!=NULL)
     
    21292129    {
    21302130      if ((*toStrip)[pGetComp(pNext(pp))]!=0)
    2131         pDeleteLm(&pNext(pp));
     2131        pLmDelete(&pNext(pp));
    21322132      else
    21332133        pIter(pp);
     
    26062606  if (origR != syzstr->syRing)
    26072607    rChangeCurrRing(origR);
    2608   pDeleteLm(&redpol);
     2608  pLmDelete(&redpol);
    26092609  if (TEST_OPT_PROT) PrintLn();
    26102610  return syzstr;
     
    27342734  if (origR != syzstr->syRing)
    27352735    rChangeCurrRing(origR);
    2736   pDeleteLm(&redpol);
     2736  pLmDelete(&redpol);
    27372737  if (TEST_OPT_PROT) PrintLn();
    27382738  return syzstr;
Note: See TracChangeset for help on using the changeset viewer.