Changeset 32ed4f in git for kernel/kstd2.cc


Ignore:
Timestamp:
Jun 7, 2006, 8:44:24 PM (18 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8dee806bede9bf5ad46984badc31c4ca67932402
Parents:
fde597007f11fbf16445cfd215c8d3ab696801a0
Message:
kstd2.cc:
deactivate zero reduction

kutil.cc:
chain crit restricted, need to be unleashed again

p_Mult_nn__T.cc:
Error in multiplication routine fixed

pInline1.h:
comments added


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

Legend:

Unmodified
Added
Removed
  • kernel/kstd2.cc

    rfde597 r32ed4f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd2.cc,v 1.16 2006-05-19 13:33:26 Singular Exp $ */
     4/* $Id: kstd2.cc,v 1.17 2006-06-07 18:44:23 wienand Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: alg. of Buchberger
     
    343343  loop
    344344  {
    345     zeroPoly = kFindDivisibleByZeroPoly(h);
     345    zeroPoly = NULL; //kFindDivisibleByZeroPoly(h);
    346346    if (zeroPoly != NULL)
    347347    {
Note: See TracChangeset for help on using the changeset viewer.