Changeset 37f67e4 in git


Ignore:
Timestamp:
Oct 1, 2013, 11:27:52 AM (11 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
957c6a6e231eeb9224dbceb0618f32f9f25b7a57
Parents:
d64f0794a117c0edcfca3c9a27bd1203babb88f1
git-author:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-10-01 11:27:52+02:00
git-committer:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-10-25 18:08:32+02:00
Message:
Fix for error in debug version
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/longrat.h

    rd64f079 r37f67e4  
    1313#include <coeffs/si_gmp.h>
    1414#include <coeffs/coeffs.h>
    15 
    16 #ifndef NDEBUG
    17 #include <polys/monomials/ring.h>
    18 #endif
    1915
    2016struct snumber;
     
    139135static inline int nlQlogSize (number n, const coeffs r)
    140136{
    141   assume( nCoeff_is_Q (r) );
    142137
    143138  long nl=nlSize(n,r);
Note: See TracChangeset for help on using the changeset viewer.