Changeset d12f186 in git for libpolys/coeffs/coeffs.h


Ignore:
Timestamp:
Jul 7, 2011, 11:18:50 AM (13 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
44d898208ddc75d14a68b3bf09b8a1971b2ee1f6
Parents:
6c19d854882ab99fd19b9b972a32606106c2f2ee
git-author:
Frank Seelisch <seelisch@mathematik.uni-kl.de>2011-07-07 11:18:50+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:12+01:00
Message:
bug in coeffs.h, removing nested fractions in ext. fields over Q
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/coeffs.h

    r6c19d8 rd12f186  
    317317
    318318/// conversion to int; 0 if not possible
    319 static inline int n_Int(number n,        const coeffs r)
     319static inline int n_Int(number &n,       const coeffs r)
    320320{ assume(r != NULL); assume(r->cfInt!=NULL); return r->cfInt(n,r); }
    321321
Note: See TracChangeset for help on using the changeset viewer.