Changeset a22a82 in git
- Timestamp:
- Mar 23, 2011, 3:26:38 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- c1a2b203c3a09a973199bdfed4fbfe7cdf3d220f
- Parents:
- 5a3ae8ca16d74d30c86850f9a9454ca5f16a31d7
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-03-23 15:26:38+01:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:04:10+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/p_polys.h
r5a3ae8 ra22a82 329 329 #define p_SetmComp p_Setm 330 330 331 // sets component of poly a to i, returns length of a332 static inline void p_SetCompP(poly a, int i, ring r)331 // sets component of poly a to i, returns length of p 332 static inline void p_SetCompP(poly p, int i, ring r) 333 333 { 334 334 if (p != NULL) … … 371 371 } 372 372 373 static inline void p_SetCompP(poly a, int i, ring lmRing, ring tailRing);373 static inline void p_SetCompP(poly p, int i, ring lmRing, ring tailRing) 374 374 { 375 375 if (p != NULL)
Note: See TracChangeset
for help on using the changeset viewer.