Changeset 09330b in git
- Timestamp:
- Nov 9, 2010, 1:47:13 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ba3e3ef698fa0b7c5867199959cc83330073d3cb')
- Children:
- ab585103f94833aaf089608b5b2e799968d65fbc
- Parents:
- b55c3794ed0b36fd5b049eaec2ff30784a50ad1c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/int_int.h
rb55c379 r09330b 22 22 #include "cf_gmp.h" 23 23 #include "gmpext.h" 24 25 #ifdef SINGULAR26 #ifndef OM_NDEBUG27 #define OM_NDEBUG28 #endif29 #endif30 24 31 25 #ifdef HAVE_OMALLOC … … 126 120 127 121 friend class InternalRational; 128 #ifdef SINGULAR129 122 friend void gmp_numerator ( const CanonicalForm & f, mpz_ptr result); 130 123 friend void gmp_denominator ( const CanonicalForm & f, mpz_ptr result ); 131 #endif /* SINGULAR */132 124 friend MP_INT getmpi ( InternalCF * value, bool symmetric ); 133 125 };
Note: See TracChangeset
for help on using the changeset viewer.