Changeset c2e8c5 in git


Ignore:
Timestamp:
Feb 3, 2012, 4:09:10 PM (12 years ago)
Author:
Julien Puydt <julien.puydt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
429497fb0084f0e2cc1130d07779709b94af3a27
Parents:
ae030dd67600f8c616b99c188fc8b847e488a2a8
git-author:
Julien Puydt <julien.puydt@laposte.net>2012-02-03 16:09:10+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-03 17:52:05+01:00
Message:
added missing 'r' (ring argument)
File:
1 edited

Legend:

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

    rae030d rc2e8c5  
    677677static inline poly p_New(const ring r, omBin bin)
    678678#else
    679 static inline poly p_New(const ring, omBin bin)
     679static inline poly p_New(const ring r, omBin bin)
    680680#endif
    681681{
Note: See TracChangeset for help on using the changeset viewer.