Changeset 63b728c in git


Ignore:
Timestamp:
Jun 19, 2009, 11:45:38 AM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
bbf50e03483697e7c954e440a655e2b0c56cad2f
Parents:
8e5a5b4f1f2f9bf6f4661d12232c26be179b09f3
Message:
* shiftbba: lV


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

Legend:

Unmodified
Added
Removed
  • kernel/kstdfac.cc

    r8e5a5b4 r63b728c  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstdfac.cc,v 1.20 2009-06-04 08:42:06 Singular Exp $ */
     4/* $Id: kstdfac.cc,v 1.21 2009-06-19 09:45:38 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: factorizing alg. of Buchberger
     
    241241  s->fromT=o->fromT;
    242242  s->noetherSet=o->noetherSet;
     243#ifdef HAVE_SHIFTBBA
     244  s->lV=o->lV;
     245#endif
    243246#ifdef HAVE_PLURAL
    244   s->no_prod_crit=o->no_prod_crit,
     247  s->no_prod_crit=o->no_prod_crit;
    245248#endif
    246249  kTest_TS(s);
  • kernel/kutil.h

    r8e5a5b4 r63b728c  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: kutil.h,v 1.46 2009-06-13 14:37:58 Singular Exp $ */
     6/* $Id: kutil.h,v 1.47 2009-06-19 09:45:38 Singular Exp $ */
    77/*
    88* ABSTRACT: kernel: utils for kStd
     
    311311  int newIdeal;
    312312  int minim;
     313  #ifdef HAVE_SHIFTBBA
     314  int lV;
     315  #endif
    313316  BOOLEAN interpt;
    314317  BOOLEAN homog;
Note: See TracChangeset for help on using the changeset viewer.