Changeset 99bdcf in git for kernel/kInline.cc
- 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/kInline.cc
r11ca48 r99bdcf 392 392 KINLINE long sTObject::pTotalDeg() const 393 393 { 394 if (p != NULL) return p Totaldegree(p, currRing);395 return p Totaldegree(t_p,tailRing);394 if (p != NULL) return p_Totaldegree(p, currRing); 395 return p_Totaldegree(t_p,tailRing); 396 396 } 397 397 KINLINE long sTObject::SetpFDeg()
Note: See TracChangeset
for help on using the changeset viewer.