Changeset e1ccd67 in git


Ignore:
Timestamp:
Sep 7, 2016, 5:37:52 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
Children:
e4ac9d386d815e4411fb4fcea3826b2c8d70fd37
Parents:
78321f7f1ef646d795a532545c8159f388de4136
Message:
removed LObject::CopyGetP
Location:
kernel/GBEngine
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kInline.h

    r78321f re1ccd67  
    739739}
    740740
    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 
    760741KINLINE long sLObject::pLDeg()
    761742{
  • kernel/GBEngine/kutil.h

    r78321f re1ccd67  
    230230  // makes a copy of the poly of L
    231231  KINLINE void Copy();
    232   // gets the poly and makes a copy of it
    233   KINLINE poly CopyGetP();
    234232
    235233  KINLINE int GetpLength();
Note: See TracChangeset for help on using the changeset viewer.