Changeset 059347 in git
- Timestamp:
- Aug 24, 2000, 4:24:51 PM (23 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- bb139611143db5108bb4d7e25648bc2888d556c8
- Parents:
- 4f65c4b8cfe78257f54d326cd1a5e89c3c0117e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/polys-impl.h
r4f65c4 r059347 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: polys-impl.h,v 1.4 7 2000-08-24 11:21:44Singular Exp $ */6 /* $Id: polys-impl.h,v 1.48 2000-08-24 14:24:51 Singular Exp $ */ 7 7 8 8 /*************************************************************** … … 402 402 // Makes p1 a copy of p2 and adds on exponents of p3 403 403 #if defined(PDEBUG) && PDEBUG > 1 404 #define _prMonAdd(p1, p2, p3 ) pDBMonAdd(p1, p2, p3, __FILE__, __LINE__)405 extern void prDBMonAdd(poly p1, poly p2, poly p3, char* f, int l);406 inline void __prMonAdd(poly p1, poly p2, poly p3 )404 #define _prMonAdd(p1, p2, p3, r) pDBMonAdd(p1, p2, p3, r, __FILE__, __LINE__) 405 extern void prDBMonAdd(poly p1, poly p2, poly p3, ring r, char* f, int l); 406 inline void __prMonAdd(poly p1, poly p2, poly p3, ring r) 407 407 #else 408 408 DECLARE(void, _prMonAdd(poly p1, poly p2, poly p3, ring r))
Note: See TracChangeset
for help on using the changeset viewer.