Changeset 625767 in git for kernel/tgb_internal.h


Ignore:
Timestamp:
May 16, 2006, 10:38:39 AM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b8b01af0e7839f5203fa9378d74dad8732160032
Parents:
45c9af467659b9010e2fc67a7cb8da665abaf595
Message:
* bricken: + syz_comp support


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb_internal.h

    r45c9af4 r625767  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb_internal.h,v 1.37 2006-05-07 06:18:00 bricken Exp $ */
     7/* $Id: tgb_internal.h,v 1.38 2006-05-16 08:38:39 bricken Exp $ */
    88/*
    99 * ABSTRACT: tgb internal .h file
     
    9494{
    9595  public:
    96     slimgb_alg(ideal I, BOOLEAN F4);
     96    slimgb_alg(ideal I, int syz_comp,BOOLEAN F4);
    9797    virtual ~slimgb_alg();
    9898  #ifndef HAVE_BOOST
     
    135135  int n;
    136136  //! array_lengths should be greater equal n;
     137  int syz_comp;
    137138  int array_lengths;
    138139  int normal_forms;
Note: See TracChangeset for help on using the changeset viewer.