Changeset 5d0556 in git


Ignore:
Timestamp:
Jan 30, 2009, 6:25:04 PM (14 years ago)
Author:
Christian Eder
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
01e82c892793a44b6fafcfe6e6b076492ad7337d
Parents:
66e7b51e7e2fb39132258de81dac745cfa224931
Message:
all stuff now found in f5data.*


git-svn-id: file:///usr/local/Singular/svn/trunk@11344 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
4 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.in

    r66e7b5 r5d0556  
    114114    pDebug.cc pInline2.cc pInline1.cc pInline0.cc \
    115115    pShallowCopyDelete.cc fast_mult.cc digitech.cc \
    116     tgb.cc tgbgauss.cc ringgb.cc lpolynom.cc f5gb.cc ratgring.cc shiftgb.cc
     116    tgb.cc tgbgauss.cc ringgb.cc f5data.cc f5lists.cc f5gb.cc ratgring.cc shiftgb.cc
    117117
    118118# normal C source files
  • kernel/f5gb.cc

    r66e7b5 r5d0556  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: f5gb.cc,v 1.19 2009-01-29 17:59:30 ederc Exp $ */
     4/* $Id: f5gb.cc,v 1.20 2009-01-30 17:25:04 ederc Exp $ */
    55/*
    66* ABSTRACT: f5gb interface
     
    2222#include "pInline1.h"
    2323#include "f5gb.h"
    24 #include "lpolynomial.h"
     24#include "f5data.h"
    2525#include "f5lists.h"
    2626
  • kernel/f5gb.h

    r66e7b5 r5d0556  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: f5gb.h,v 1.18 2009-01-29 17:59:30 ederc Exp $ */
     4/* $Id: f5gb.h,v 1.19 2009-01-30 17:25:04 ederc Exp $ */
    55/*
    66* ABSTRACT: f5gb interface
     
    1010
    1111#ifdef HAVE_F5
    12 #include "lpolynomial.h"
     12#include "f5data.h"
    1313#include "f5lists.h"
    1414
  • kernel/f5lists.cc

    r66e7b5 r5d0556  
    1616#include "pInline1.h"
    1717#include "f5gb.h"
    18 #include "lpolynomial.h"
     18#include "f5data.h"
    1919#include "f5lists.h"
    2020
  • kernel/f5lists.h

    r66e7b5 r5d0556  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: f5lists.h,v 1.2 2009-01-29 17:59:30 ederc Exp $ */
     4/* $Id: f5lists.h,v 1.3 2009-01-30 17:25:04 ederc Exp $ */
    55/*
    66* ABSTRACT: list interface
    77*/
    8 #include "lpolynomial.h"
    9 #ifndef LISTS_HEADER
    10 #define LISTS_HEADER
     8#include "f5data.h"
     9#ifndef F5LISTS_HEADER
     10#define F5LISTS_HEADER
    1111
    1212#ifdef HAVE_F5
  • kernel/mod2.h.in

    r66e7b5 r5d0556  
    66 *          DO NOT EDIT!
    77 *
    8  *  Version: $Id: mod2.h.in,v 1.28 2008-10-02 08:59:35 Singular Exp $
     8 *  Version: $Id: mod2.h.in,v 1.29 2009-01-30 17:25:04 ederc Exp $
    99 *******************************************************************/
    1010#ifndef MOD2_H
     
    194194/* procedures to compute groebner bases with the f5 implementation */
    195195/* still testing */
    196 #undef HAVE_F5
     196#define HAVE_F5 1
    197197
    198198/* letterplace gb:*/
Note: See TracChangeset for help on using the changeset viewer.