Changeset a0dfbc in git for libpolys/coeffs


Ignore:
Timestamp:
Sep 27, 2013, 4:41:22 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
60bdf0b77485f6533554642a1f90f6e1d054eef6
Parents:
02a7eda555d3121137b93336f7ad581064cb9eba
git-author:
Martin Lee <martinlee84@web.de>2013-09-27 16:41:22+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-10-02 10:43:38+02:00
Message:
fix: compiliation error in debug mode
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/longrat.h

    r02a7ed ra0dfbc  
    99#include <misc/auxiliary.h>
    1010#include <omalloc/omalloc.h>
     11#include <reporter/reporter.h>
    1112
    1213#include <coeffs/si_gmp.h>
     
    134135static inline int nlQlogSize (number n, const coeffs r)
    135136{
    136   assume( rField_is_Q (r) );
     137  assume( nCoeff_is_Q (r) );
    137138
    138139  long nl=nlSize(n,r);
Note: See TracChangeset for help on using the changeset viewer.