Changeset 2302f75 in git


Ignore:
Timestamp:
Jul 1, 1998, 4:40:28 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4bc04786b1ef64a00975ef56179190359c009f74
Parents:
761e9a599d6d750072bb47dc97bf6b4f020e8b11
Message:
* hannes: (very primitive) fix to mstd (kstd2.cc:redHoney)


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

Legend:

Unmodified
Added
Removed
  • Singular/kstd2.cc

    r761e9a5 r2302f75  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd2.cc,v 1.19 1998-06-12 17:41:30 obachman Exp $ */
     4/* $Id: kstd2.cc,v 1.20 1998-07-01 14:40:28 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: alg. of Buchberger
     
    295295          }
    296296#ifdef KDEBUG
    297           if (TEST_OPT_DEBUG) 
     297          if (TEST_OPT_DEBUG)
    298298          {
    299299            Print(" to %d:", pLength((*h).p));
     
    621621      * end of search: have to reduce with pi
    622622      */
    623       if (ei > (*h).ecart)
     623      if ((pass!=0) && (ei > (*h).ecart))
    624624      {
    625625        /*
Note: See TracChangeset for help on using the changeset viewer.