Changeset 9b9c0b in git
- Timestamp:
- Apr 29, 2005, 9:49:30 AM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- cb5cac5482a8f030f1859c9ab1710b5809dc4989
- Parents:
- 23b5a65cf5607012698a7371986704418775654b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ring.h
r23b5a6 r9b9c0b 7 7 * ABSTRACT - the interpreter related ring operations 8 8 */ 9 /* $Id: ring.h,v 1. 7 2005-04-21 16:16:47 levandovExp $ */9 /* $Id: ring.h,v 1.8 2005-04-29 07:49:30 Singular Exp $ */ 10 10 11 11 /* includes */ … … 285 285 void rSetWeightVec(ring r, int *); 286 286 287 lists rDecompose( ring r);288 ring rCompose( lists L);287 lists rDecompose(const ring r); 288 ring rCompose(const lists L); 289 289 ///////////////////////////// 290 290 // Auxillary functions
Note: See TracChangeset
for help on using the changeset viewer.