Changeset 18bb79 in git for factory


Ignore:
Timestamp:
Dec 6, 2021, 4:16:36 PM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2c69a8e4eb90f26729ee154139a608312e0cc938
Parents:
273a2f1fd6fae79d6cfdd19dacabce628fa15ee6
Message:
remove IntegerDomain from factory.h (for Sage/conflict with Givaro)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_defs.h

    r273a2f r18bb79  
    1313// #include "config.h"
    1414
    15 /*BEGINPUBLIC*/
    16 
    17 #define LEVELBASE -1000000
    18 #define LEVELTRANS -500000
    19 #define LEVELQUOT 1000000
    20 #define LEVELEXPR 1000001
    2115
    2216#define UndefinedDomain 32000
     
    2620#define RationalDomain 2
    2721#define IntegerDomain 1
     22
     23/*BEGINPUBLIC*/
     24
     25#define LEVELBASE -1000000
     26#define LEVELTRANS -500000
     27#define LEVELQUOT 1000000
     28#define LEVELEXPR 1000001
    2829
    2930/// set to 1 for computations over Q
Note: See TracChangeset for help on using the changeset viewer.