Changeset fb82895 in git for kernel/polys.h


Ignore:
Timestamp:
Jun 22, 2010, 6:29:47 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
0398e1a2da70828a8f9d960d4942585db16f2a73
Parents:
963057da7a809bc812a86897df7ddc609e67a449
Message:
pDeleteLm ->pLmDelete

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

Legend:

Unmodified
Added
Removed
  • kernel/polys.h

    r963057 rfb82895  
    8484 *
    8585 * Allocation/Initalization/Deletion
    86  * except for pDeleteLm and pHead, all polys must be != NULL
     86 * except for pHead, all polys must be != NULL
    8787 *
    8888 ***************************************************************/
     
    9797// p might be NULL
    9898#define pHead(p)        p_Head(p, currRing)
    99 // if *p_ptr != NULL, delete p_ptr->coef, *p_ptr, and set *p_ptr to
    100 // pNext(*p_ptr)
    101 static inline void pDeleteLm(poly *p) {p_DeleteLm(p, currRing);}
    102 // if (p!=NULL) delete p-coef and p
    103 static inline void pDeleteLm(poly p)  {p_DeleteLm(p, currRing);}
    10499// frees the space of the monomial m, assumes m != NULL
    105100// coef is not freed, m is not advanced
Note: See TracChangeset for help on using the changeset viewer.