Changeset 99bdcf in git for kernel/pInline1.h
- Timestamp:
- Aug 3, 2010, 7:25:10 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 9053a74f3bbb046a786d061474c8bd82302c42c3
- Parents:
- 11ca48d1c9122a424d601a3ee5e6544661d36ee2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/pInline1.h
r11ca48 r99bdcf 290 290 } 291 291 292 PINLINE1 unsigned long p_ExpVectorQuerSum(poly p, const ring r)292 PINLINE1 long p_Totaldegree(poly p, const ring r) 293 293 { 294 294 p_LmCheckPolyRing1(p, r); … … 300 300 s += p_GetTotalDegree(p->exp[r->VarL_Offset[i]], r); 301 301 } 302 return s;302 return (long)s; 303 303 } 304 304
Note: See TracChangeset
for help on using the changeset viewer.