Changeset b07ba77 in git for kernel/ring.h


Ignore:
Timestamp:
Jan 15, 2010, 4:00:32 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bf3f332d4e29104e80aaf5520f04b6d65789298a
Parents:
995a6af88b866ab378e0031cf03c0b84fb35b292
Message:
clean up structs.h, part ...

git-svn-id: file:///usr/local/Singular/svn/trunk@12437 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ring.h

    r995a6a rb07ba77  
    1515
    1616#define SHORT_REAL_LENGTH 6 // use short reals for real <= 6 digits
     17
     18#if 0
     19enum n_coeffType
     20{
     21  n_unknown=0,
     22  n_Zp,
     23  n_Q,
     24  n_R,
     25  n_GF,
     26  n_long_R,
     27  n_Zp_a,
     28  n_Q_a,
     29  n_long_C
     30};
     31#endif
     32
     33
     34// #ifdef HAVE_PLURAL
     35#if 0
     36enum nc_type
     37{
     38  nc_error = -1, // Something's gone wrong!
     39  nc_general = 0, /* yx=q xy+... */
     40  nc_skew, /*1*/ /* yx=q xy */
     41  nc_comm, /*2*/ /* yx= xy */
     42  nc_lie,  /*3*/ /* yx=xy+... */
     43  nc_undef, /*4*/  /* for internal reasons */
     44
     45  nc_exterior /*5*/ // Exterior Algebra(SCA): yx= -xy & (!:) x^2 = 0
     46};
     47#endif
     48// #endif
     49
    1750
    1851extern ring      currRing;
Note: See TracChangeset for help on using the changeset viewer.