Changeset 5a061b7 in git


Ignore:
Timestamp:
Jun 21, 2010, 8:13:19 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
c3af9630dbc676e286bd6ffd2e9c532b9e9147c1
Parents:
68d23f8a3c810e5c6e0f7462da82f10eedf0f3d6
Message:
pDeleteLm ->pLmDelete

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

Legend:

Unmodified
Added
Removed
  • kernel/syz3.cc

    r68d23f8 r5a061b7  
    695695      pp = pMult_mm(pCopy(old_repr->m[tso.ind2]),p);
    696696      kBucketInit(syzstr->syz_bucket,pp,-1);
    697       pDeleteLm(&p);
     697      pLmDelete(&p);
    698698      p = pNeg(p);
    699699      pp = pCopy(old_repr->m[tso.ind2]);
     
    702702      {
    703703        kBucket_Minus_m_Mult_p(syzstr->syz_bucket,p,pp,&il,NULL);
    704         pDeleteLm(&p);
     704        pLmDelete(&p);
    705705      }
    706706      pDelete(&pp);
     
    712712      {
    713713        kBucket_Minus_m_Mult_p(syzstr->syz_bucket,p,pp,&il,NULL);
    714         pDeleteLm(&p);
     714        pLmDelete(&p);
    715715      }
    716716      pDelete(&pp);
Note: See TracChangeset for help on using the changeset viewer.