Changeset 244ed5 in git for kernel/f5gb.h


Ignore:
Timestamp:
Nov 27, 2008, 6:18:05 PM (14 years ago)
Author:
Christian Eder
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
4e803e313f457e20c95ef5350e02ebdfe4a1e3a0
Parents:
99d87535652761aa8ed969de6b6ab84ee03fea8a
Message:
updated header inclusions due to lplist


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

Legend:

Unmodified
Added
Removed
  • kernel/f5gb.h

    r99d8753 r244ed5  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: f5gb.h,v 1.11 2008-11-22 20:48:23 ederc Exp $ */
     4/* $Id: f5gb.h,v 1.12 2008-11-27 17:18:05 ederc Exp $ */
    55/*
    66* ABSTRACT: f5gb interface
     
    1111#ifdef HAVE_F5
    1212#include "lpolynomial.h"
     13#include "lplist.h"
    1314
    1415
     
    1920// generating the list lp of ideal generators and
    2021// test if 1 is in lp(return 1) or not(return 0)
    21  bool generate_input_list(lpoly* lp, ideal id, poly one);
     22 bool generate_input_list(LPoly* lp, ideal id, poly one);
    2223
    2324/* computes incrementally gbs of subsets of the input
Note: See TracChangeset for help on using the changeset viewer.