Changeset 2cbef9 in git


Ignore:
Timestamp:
Jul 20, 2011, 1:00:55 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
9b370027b4855fb456386d7812be7fd66dddac7f
Parents:
d24881483b861af455933b94bdd90bd3f5b9d74a
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-20 13:00:55+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:52:43+01:00
Message:
p_LmShallowCopyDelete with 3 args removed from pInline1.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • polys/pInline1.h

    rd24881 r2cbef9  
    174174  p_Setm(np,r);
    175175  return np;
    176 }
    177 
    178 PINLINE1 poly p_LmShallowCopyDelete(poly p, const ring r, omBin bin)
    179 {
    180   p_LmCheckPolyRing1(p, r);
    181   pAssume1(bin->sizeW == r->PolyBin->sizeW);
    182   poly new_p = p_New(r);
    183   p_MemCopy_LengthGeneral(new_p->exp, p->exp, r->ExpL_Size);
    184   pSetCoeff0(new_p, pGetCoeff(p));
    185   pNext(new_p) = pNext(p);
    186   omFreeBinAddr(p);
    187   return new_p;
    188176}
    189177
Note: See TracChangeset for help on using the changeset viewer.