Changeset a22a82 in git for libpolys/polys/monomials


Ignore:
Timestamp:
Mar 23, 2011, 3:26:38 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
c1a2b203c3a09a973199bdfed4fbfe7cdf3d220f
Parents:
5a3ae8ca16d74d30c86850f9a9454ca5f16a31d7
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-03-23 15:26:38+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:04:10+01:00
Message:
fix typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.h

    r5a3ae8 ra22a82  
    329329#define p_SetmComp  p_Setm
    330330
    331 // sets component of poly a to i, returns length of a
    332 static inline   void p_SetCompP(poly a, int i, ring r)
     331// sets component of poly a to i, returns length of p
     332static inline   void p_SetCompP(poly p, int i, ring r)
    333333{
    334334  if (p != NULL)
     
    371371}
    372372
    373 static inline   void p_SetCompP(poly a, int i, ring lmRing, ring tailRing);
     373static inline   void p_SetCompP(poly p, int i, ring lmRing, ring tailRing)
    374374{
    375375  if (p != NULL)
Note: See TracChangeset for help on using the changeset viewer.