Changeset fa1f52 in git for Singular/ring.h
- Timestamp:
- Dec 31, 2000, 4:54:47 PM (23 years ago)
- Branches:
- (u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
- Children:
- 3d369e3535023c7788c5b53355d3e437754b512e
- Parents:
- 4469359e15fa7f254c1e096b60cae9cd0e8629e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ring.h
r446935 rfa1f52 7 7 * ABSTRACT - the interpreter related ring operations 8 8 */ 9 /* $Id: ring.h,v 1.6 2 2000-12-31 15:14:44obachman Exp $ */9 /* $Id: ring.h,v 1.63 2000-12-31 15:54:47 obachman Exp $ */ 10 10 11 11 /* includes */ … … 237 237 BOOLEAN rIsPolyVar(int i, ring r = currRing); 238 238 239 inline BOOLEAN rOrd_is_ c_dp(ring r)240 { 241 return ( r->order[0] == ringorder_c &&239 inline BOOLEAN rOrd_is_Comp_dp(ring r) 240 { 241 return ((r->order[0] == ringorder_c || r->order[0] == ringorder_C) && 242 242 r->order[1] == ringorder_dp && 243 243 r->order[2] == 0);
Note: See TracChangeset
for help on using the changeset viewer.