Changeset b7cfaf in git for libpolys/polys/polys.h


Ignore:
Timestamp:
Jul 26, 2011, 11:34:05 AM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
86152998894ac968561dfca4ba268464c73e7b74
Parents:
1558d57b639351ad0ad10d1e5e337419bfcf21fb
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-26 11:34:05+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:53:34+01:00
Message:
fix: pSeries
moved pShift to p_polys::p_Shift
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/polys.h

    r1558d5 rb7cfaf  
    332332#define   pJetW(p,m,iv) p_JetW(p,m,iv,currRing)
    333333#define   pMinDeg(p,w) p_MinDeg(p,w,currRing)
    334 #define   pSeries(n,p,u,w) p_series(n,p,u,w,currRing)
     334#define   pSeries(n,p,u,w) p_Series(n,p,u,w,currRing)
    335335#define   pInvers(n,p,w) p_Invers(n,p,w,currRing)
    336336// maximum weigthed degree of all monomials of p, w is indexed from
Note: See TracChangeset for help on using the changeset viewer.