Changeset da4424 in git
- Timestamp:
- Dec 5, 2014, 4:15:32 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 05e73920ce04956d9a1cfb78192a4aeafb5f5b70
- Parents:
- a2239c2f18c255bb1342c866c954dee71f3d4e33
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipassign.cc
ra2239c rda4424 57 57 #include "blackbox.h" 58 58 59 #ifdef SINGULAR_4_160 59 #include <Singular/number2.h> 61 #endif62 60 63 61 -
Singular/number2.h
ra2239c rda4424 2 2 #define NUMBER2_H 3 3 4 #include <libpolys/misc/auxiliary.h> 5 4 6 #ifdef SINGULAR_4_1 5 #include<libpolys/coeffs/coeffs.h> 7 #include <omalloc/omalloc.h> 8 #include <libpolys/coeffs/coeffs.h> 9 #include <kernel/structs.h> 6 10 struct snumber2; 7 11 typedef struct snumber2 * number2; -
kernel/mod2.h
ra2239c rda4424 13 13 # include <singularconfig.h> 14 14 15 //# include <misc/auxiliary.h>15 # include <misc/auxiliary.h> 16 16 17 17 #define SINGULAR_MAJOR_VERSION 4
Note: See TracChangeset
for help on using the changeset viewer.