Changeset 586b38 in git


Ignore:
Timestamp:
Jul 3, 2009, 10:08:11 AM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5979b542e9658997d164f4519435ab191192b4c7
Parents:
d47d1f9a7d1ac2d3e103063187d2ec358274680b
Message:
*hannes: tests should not be active


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

Legend:

Unmodified
Added
Removed
  • Singular/mod2.h.in

    rd47d1f9 r586b38  
    66 *          DO NOT EDIT!
    77 *
    8  *  Version: $Id: mod2.h.in,v 1.143 2009-06-10 07:44:37 Singular Exp $
     8 *  Version: $Id: mod2.h.in,v 1.144 2009-07-03 08:08:11 Singular Exp $
    99 *******************************************************************/
    1010#ifndef MOD2_H
     
    196196/* procedures to compute groebner bases with the f5 implementation */
    197197/* still testing */
    198 #undef HAVE_F5
     198#undef HAVE_F5 1
     199
     200/* procedures to compute groebner bases with the f5c implementation */
     201/* still testing */
     202#undef HAVE_F5C 1
    199203
    200204/* letterplace gb:*/
  • kernel/mod2.h.in

    rd47d1f9 r586b38  
    66 *          DO NOT EDIT!
    77 *
    8  *  Version: $Id: mod2.h.in,v 1.36 2009-07-02 13:47:24 ederc Exp $
     8 *  Version: $Id: mod2.h.in,v 1.37 2009-07-03 08:07:52 Singular Exp $
    99 *******************************************************************/
    1010#ifndef MOD2_H
     
    196196/* procedures to compute groebner bases with the f5 implementation */
    197197/* still testing */
    198 #define HAVE_F5 1
     198#undef HAVE_F5 1
    199199
    200200/* procedures to compute groebner bases with the f5c implementation */
    201201/* still testing */
    202 #define HAVE_F5C 1
     202#undef HAVE_F5C 1
    203203
    204204/* letterplace gb:*/
Note: See TracChangeset for help on using the changeset viewer.