Changeset b546c0 in git


Ignore:
Timestamp:
Aug 7, 2008, 5:30:45 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8aa6644ea35972e79663964572e177714af6c853
Parents:
7d5673edb9457db84ced21b03f6423a9104413ba
Message:
*hannes: HAVE_RINGS


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

Legend:

Unmodified
Added
Removed
  • Singular/mod2.h.in

    r7d5673e rb546c0  
    66 *          DO NOT EDIT!
    77 *
    8  *  Version: $Id: mod2.h.in,v 1.133 2008-08-05 16:19:47 ederc Exp $
     8 *  Version: $Id: mod2.h.in,v 1.134 2008-08-07 15:30:45 Singular Exp $
    99 *******************************************************************/
    1010#ifndef MOD2_H
     
    192192#define HAVE_PCV 1
    193193
    194 // procedures to compute groebner bases with the f5 implementation
    195 #define HAVE_F5
    196 
    197 // procedures to compute with units
     194/* procedures to compute groebner bases with the f5 implementation */
     195/* still testing */
     196#undef HAVE_F5
     197
     198
     199/* rings as coefficients */
     200#define HAVE_RINGS
     201
     202#ifdef HAVE_RINGS
     203#define HAVE_RING2TOM
     204#define HAVE_RINGMODN
     205#define HAVE_RINGZ
     206#endif
     207
     208/* procedures to compute with units */
    198209#define HAVE_UNITS
    199210
  • kernel/mod2.h.in

    r7d5673e rb546c0  
    66 *          DO NOT EDIT!
    77 *
    8  *  Version: $Id: mod2.h.in,v 1.24 2008-08-05 16:19:47 ederc Exp $
     8 *  Version: $Id: mod2.h.in,v 1.25 2008-08-07 15:30:45 Singular Exp $
    99 *******************************************************************/
    1010#ifndef MOD2_H
     
    192192#define HAVE_PCV 1
    193193
    194 // procedures to compute groebner bases with the f5 implementation
    195 #define HAVE_F5
    196 
    197 // procedures to compute with units
     194/* procedures to compute groebner bases with the f5 implementation */
     195/* still testing */
     196#undef HAVE_F5
     197
     198
     199/* rings as coefficients */
     200#define HAVE_RINGS
     201
     202#ifdef HAVE_RINGS
     203#define HAVE_RING2TOM
     204#define HAVE_RINGMODN
     205#define HAVE_RINGZ
     206#endif
     207
     208/* procedures to compute with units */
    198209#define HAVE_UNITS
    199210
Note: See TracChangeset for help on using the changeset viewer.