Changeset a9c298 in git for kernel/polys.h


Ignore:
Timestamp:
Nov 20, 2013, 4:54:25 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
0de0509972719531e2a4b51ec9fd0e44a66fd2fd
Parents:
e4014563a82388c4b39dfa37db24cbe159b24a35
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-20 16:54:25+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-20 16:54:42+01:00
Message:
format stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/polys.h

    re40145 ra9c298  
    246246 ***************************************************************/
    247247inline int pWeight(int i, const ring R = currRing){ return p_Weight(i, R); }
    248  
     248
    249249
    250250static inline long pTotaldegree(poly p) { return p_Totaldegree(p,currRing); }
     
    306306// On return all components pf *q == 0
    307307inline void pTakeOutComp(poly *p, long comp, poly *q, int *lq, const ring R = currRing)
    308 { 
     308{
    309309  return p_TakeOutComp(p, comp, q, lq, R);
    310310}
Note: See TracChangeset for help on using the changeset viewer.