Changeset 667a9c in git for kernel/f5lists.h


Ignore:
Timestamp:
May 29, 2009, 1:34:22 PM (15 years ago)
Author:
Christian Eder
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c92fb1263e2fdce703509276003f67dd8351d229
Parents:
30bb07aae70a2a23ab764df7a9aa5063f1dd3698
Message:
bad stuff updated


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

Legend:

Unmodified
Added
Removed
  • kernel/f5lists.h

    r30bb07 r667a9c  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: f5lists.h,v 1.20 2009-05-14 08:47:01 ederc Exp $ */
     4/* $Id: f5lists.h,v 1.21 2009-05-29 11:34:22 ederc Exp $ */
    55/*
    66* ABSTRACT: list interface
    77*/
    88#include "f5data.h"
    9 #ifndef F5LISTS_HEADER
    10 #define F5LISTS_HEADER
    11 
    12 #ifdef HAVE_F5
     9#ifndef F5CLISTS_HEADER
     10#define F5CLISTS_HEADER
     11
     12#ifdef HAVE_F5C
    1313/*
    1414============================
     
    5353        LNode*  insert(LPoly* lp);
    5454        LNode*  insert(poly t, int i, poly p, Rule* r);
     55        LNode*  insertByDeg(LPoly* lp);
    5556        // insert new elements to the list in front from the labeled / classical polynomial view
    5657        // needed for sPolyList
     
    110111        void    insert(LPoly* lp);
    111112        void    insert(poly t,int i, poly p, Rule* r = NULL);
    112          // insertion in front of the list
     113        void    insertByDeg(LPoly* lp);
     114        // insertion in front of the list
    113115        // needed for sPolyList
    114116        void    insertSP(LPoly* lp);
Note: See TracChangeset for help on using the changeset viewer.