Changeset fce947 in git


Ignore:
Timestamp:
Dec 16, 2014, 7:33:47 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
Children:
14a56089ebf893ec1f1beddfb72a295a79c95d37358740e9b5cae470b553741ca2629dc3c79b2e5d
Parents:
75f460d8b1424a14103e3ee48d499b71e1cb46ee
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-12-16 19:33:47+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-12-16 19:34:11+01:00
Message:
Fixes for SINGULAR_4_1
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/number2.cc

    r75f460 rfce947  
    66#include <coeffs/rmodulon.h> // ZnmInfo
    77#include <coeffs/bigintmat.h> // bigintmat
     8#include <coeffs/longrat.h> // BIGINTs: nlGMP
    89
    910#include <Singular/blackbox.h> // blackbox type
  • libpolys/coeffs/OPAEQ.cc

    r75f460 rfce947  
    1111#ifdef SINGULAR_4_1
    1212
     13#include <omalloc/omalloc.h>
    1314#include <factory/factory.h>
     15#include <misc/mylimits.h>
     16#include <reporter/reporter.h>
     17
     18#include "coeffs.h"
     19#include "numbers.h"
     20#include "mpr_complex.h"
     21#include "AEQ.h"
     22#include "modulop.h"
    1423
    1524#include <string.h>
    16 #include <omalloc/omalloc.h>
    17 #include <coeffs/coeffs.h>
    18 #include <reporter/reporter.h>
    19 #include <coeffs/numbers.h>
    20 #include <coeffs/mpr_complex.h>
    21 #include <misc/mylimits.h>
    22 #include <coeffs/AEQ.h>
    23 
    2425
    2526BOOLEAN nAEQCoeffIsEqual     (number a, number b, const coeffs r);
  • libpolys/coeffs/OPAEp.cc

    r75f460 rfce947  
    88
    99#include <misc/auxiliary.h>
     10
     11#ifdef SINGULAR_4_1
     12
    1013#include <omalloc/omalloc.h>
    11 
    12 #ifdef SINGULAR_4_1
    13 
    1414#include <factory/factory.h>
    15 
    1615#include <misc/mylimits.h>
    17 
    1816#include <reporter/reporter.h>
    1917
     
    2321#include "OPAEp.h"
    2422#include "AEp.h"
     23#include "modulop.h"
    2524
    2625#include <string.h>
Note: See TracChangeset for help on using the changeset viewer.