Changeset 206e158 in git for kernel/polys.h
- Timestamp:
- May 11, 2007, 12:48:05 PM (16 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- d15996cd44ce997d3360fac629f4062adb1c4836
- Parents:
- 3fd4df896525da08d34f33e88e6239994fa4d0e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.h
r3fd4df r206e158 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: polys.h,v 1. 9 2006-03-28 12:56:06 SingularExp $ */6 /* $Id: polys.h,v 1.10 2007-05-11 10:48:05 wienand Exp $ */ 7 7 /* 8 8 * ABSTRACT - all basic methods to manipulate polynomials of the … … 251 251 #define pIsVector(p) (pGetComp(p)>0) 252 252 253 #ifdef HAVE_RING 2TOM253 #ifdef HAVE_RINGS 254 254 /* 255 255 * Test stuff for dev OLIVER
Note: See TracChangeset
for help on using the changeset viewer.