Changeset 4abbe9 in git for polys


Ignore:
Timestamp:
Jun 9, 2010, 9:36:17 AM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Message:
removed coeff code
File:
1 edited

Legend:

Unmodified
Added
Removed
  • polys/ring.h

    rc4c818 r4abbe9  
    1010
    1111/* includes */
    12 #include <kernel/structs.h>
    13 #include <kernel/polys-impl.h>
     12#include <coeffs.h>
     13#include "polys-impl.h"
    1414
    1515#define SHORT_REAL_LENGTH 6 // use short reals for real <= 6 digits
    16 
    17 #if 0
    18 enum n_coeffType
    19 {
    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_C
    29 };
    30 #endif
    31 
    3216
    3317// #ifdef HAVE_PLURAL
     
    5438};
    5539
    56 extern ring      currRing;
    57 extern ideal     currQuotient;
    58 extern idhdl      currRingHdl;
     40//extern ring      currRing;
     41//extern ideal     currQuotient;
     42//extern idhdl      currRingHdl;
    5943
    6044
Note: See TracChangeset for help on using the changeset viewer.