Changeset 4abbe9 in git
- Timestamp:
- Jun 9, 2010, 9:36:17 AM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 31cbb087b9e7b15da95edbfc4f9fea6335f2efb6
- Parents:
- c4c8181ff644b04ae3f3b82007442444a629e055
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-06-09 09:36:17+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:03+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
polys/ring.h
rc4c818 r4abbe9 10 10 11 11 /* includes */ 12 #include < kernel/structs.h>13 #include <kernel/polys-impl.h>12 #include <coeffs.h> 13 #include "polys-impl.h" 14 14 15 15 #define SHORT_REAL_LENGTH 6 // use short reals for real <= 6 digits 16 17 #if 018 enum n_coeffType19 {20 n_unknown=0,21 n_Zp,22 n_Q,23 n_R,24 n_GF,25 n_long_R,26 n_Zp_a,27 n_Q_a,28 n_long_C29 };30 #endif31 32 16 33 17 // #ifdef HAVE_PLURAL … … 54 38 }; 55 39 56 extern ring currRing;57 extern ideal currQuotient;58 extern idhdl currRingHdl;40 //extern ring currRing; 41 //extern ideal currQuotient; 42 //extern idhdl currRingHdl; 59 43 60 44
Note: See TracChangeset
for help on using the changeset viewer.