Changeset 0fb5991 in git for libpolys/coeffs


Ignore:
Timestamp:
May 9, 2011, 12:44:46 PM (13 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
abb478768b4e6470e8184a28c8fd2546f40af8de
Parents:
3b0ba67abd225a2bb2c09c675cfe3085aaf67f12
git-author:
Frank Seelisch <seelisch@mathematik.uni-kl.de>2011-05-09 12:44:46+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:39+01:00
Message:
fixes so that libpoly builds without compiler errors in algext.cc (make check may be broken)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/longrat.h

    r3b0ba67 r0fb5991  
    8484const char *   nlRead (const char *s, number *a, const coeffs r);
    8585void     nlWrite(number &a, const coeffs r);
    86 int      nlModP(number n, int p);
     86int      nlModP(number n, int p, const coeffs r);
    8787int      nlSize(number n, const coeffs r);
    8888number   nlGetDenom(number &n, const coeffs r);
Note: See TracChangeset for help on using the changeset viewer.