Changeset 01e7a1d in git for polys/pInline1.h


Ignore:
Timestamp:
Jun 8, 2010, 2:30:00 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
c3d17527305d0cf9da8226a23b8fc95f6e3f37d0
Parents:
3fe3da09eab8a6391fc94a35a383eec9d32886d7
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-06-08 14:30:00+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:02+01:00
Message:
typedef poly -> polys-impl.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • polys/pInline1.h

    r3fe3da0 r01e7a1d  
    309309      ev[j] = p_GetExp(p, j, r);
    310310
    311   ev[0] = _p_GetComp(p, r);
     311  ev[0] = p_GetComp(p, r);
    312312}
    313313PINLINE1 void p_SetExpV(poly p, int *ev, const ring r)
Note: See TracChangeset for help on using the changeset viewer.