Changeset e1ccd67 in git
- Timestamp:
- Sep 7, 2016, 5:37:52 PM (7 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- e4ac9d386d815e4411fb4fcea3826b2c8d70fd37
- Parents:
- 78321f7f1ef646d795a532545c8159f388de4136
- Location:
- kernel/GBEngine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/kInline.h
r78321f re1ccd67 739 739 } 740 740 741 KINLINE poly sLObject::CopyGetP()742 {743 if (bucket != NULL)744 {745 int i = kBucketCanonicalize(bucket);746 poly bp = p_Copy(bucket->buckets[i], tailRing);747 pLength = bucket->buckets_length[i] + 1;748 if (bp != NULL)749 {750 assume(t_p != NULL || p != NULL);751 if (t_p != NULL) pNext(t_p) = bp;752 else pNext(p) = bp;753 }754 bucket = NULL;755 }756 return sLObject::GetP();757 }758 759 760 741 KINLINE long sLObject::pLDeg() 761 742 { -
kernel/GBEngine/kutil.h
r78321f re1ccd67 230 230 // makes a copy of the poly of L 231 231 KINLINE void Copy(); 232 // gets the poly and makes a copy of it233 KINLINE poly CopyGetP();234 232 235 233 KINLINE int GetpLength();
Note: See TracChangeset
for help on using the changeset viewer.