Changeset d663f2 in git for libpolys/coeffs/longrat0.cc


Ignore:
Timestamp:
Aug 25, 2011, 6:52:34 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
50b874afcba55b265e25d44bbebf37f1a74402a6
Parents:
ef6f951a70b932a931c74771bcc97ed20e73dad7
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-25 18:52:34+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:29+01:00
Message:
FIX: fixing longrat-related bugs (due to the Uglyness in p_Numbers.h!)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/longrat0.cc

    ref6f95 rd663f2  
    1010#include <stdio.h>
    1111#include <string.h>
     12
    1213#include "config.h"
     14#include <misc/auxiliary.h>
     15
     16#include <omalloc/omalloc.h>
    1317#include <reporter/reporter.h>
    14 #include <coeffs/coeffs.h>
    15 #include <omalloc/omalloc.h>
    16 #include <coeffs/longrat.h>
    17 #include <coeffs/numbers.h>
     18
     19#include "coeffs.h"
     20#include "numbers.h"
     21
     22#include "longrat.h"
     23
     24/// Our Type!
     25static const n_coeffType ID = n_Q;
     26
     27//#ifndef SI_THREADS
     28omBin rnumber_bin = omGetSpecBin(sizeof(snumber)); // TODO: move this into coeffs-struct (for Q)?!
     29//#endif
     30
    1831
    1932#define SR_HDL(A) ((long)(A))
     
    143156}
    144157
     158
Note: See TracChangeset for help on using the changeset viewer.