Changeset 53f716 in git


Ignore:
Timestamp:
Jun 22, 2010, 4:19:25 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
963057da7a809bc812a86897df7ddc609e67a449
Parents:
beef52f39a69580867ef8ca94c59bb9c2ca7b9a6
Message:
pDeleteLm -> pLmDelete

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

Legend:

Unmodified
Added
Removed
  • kernel/polys1.cc

    rbeef52 r53f716  
    250250//   if(nIsZero(pGetCoeff(pNext(tail))))
    251251//   {
    252 //     pDeleteLm(&pNext(tail));
     252//     pLmDelete(&pNext(tail));
    253253//   }
    254254//   else
     
    374374      nDelete(&t);
    375375      if (nIsZero(pGetCoeff(f)))
    376         pDeleteLm(&f);
     376        pLmDelete(&f);
    377377      else
    378378      {
     
    407407    {
    408408      nDelete(&n);
    409       pDeleteLm(&p);
     409      pLmDelete(&p);
    410410      return NULL;
    411411    }
     
    13241324    if (nIsZero(pGetCoeff(qq)))
    13251325    {
    1326       pDeleteLm(&qq);
     1326      pLmDelete(&qq);
    13271327    }
    13281328    else
     
    13721372          {
    13731373            /* this variable maps to 0 !*/
    1374             pDeleteLm(&qq);
     1374            pLmDelete(&qq);
    13751375            break;
    13761376          }
Note: See TracChangeset for help on using the changeset viewer.