Changeset 734b9a in git for Singular/syz0.cc


Ignore:
Timestamp:
Mar 31, 2000, 2:15:03 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
f9385008f79db8896fcdc66f7cd9125a254bc553
Parents:
b8661e0931a0c7464712ad70a5d8bd33b423a9f7
Message:
*hannes: use TEST_OPT_...


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

Legend:

Unmodified
Added
Removed
  • Singular/syz0.cc

    rb8661e0 r734b9a  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: syz0.cc,v 1.28 2000-02-29 10:46:04 siebert Exp $ */
     4/* $Id: syz0.cc,v 1.29 2000-03-31 12:15:02 Singular Exp $ */
    55/*
    66* ABSTRACT: resolutions
     
    324324        ecartToRed = 1;
    325325        bestEcart = 1;
    326         if (BTEST1(6))
     326        if (TEST_OPT_DEBUG)
    327327        {
    328328          PrintS("pair: ");pWrite0(S[j]);PrintS(" ");pWrite(S[k]);
     
    339339        while (pGetComp(toRed)<=rkF)
    340340        {
    341           if (BTEST1(6))
     341          if (TEST_OPT_DEBUG)
    342342          {
    343343            PrintS("toRed: ");pWrite(toRed);
     
    621621        //the next term of the syzygy
    622622        //constructs the spoly
    623         if (BTEST1(6))
     623        if (TEST_OPT_DEBUG)
    624624        {
    625625          if (k<Fl)
     
    645645        while (toRed!=NULL)
    646646        {
    647           if (BTEST1(6))
     647          if (TEST_OPT_DEBUG)
    648648          {
    649649            PrintS("toRed: ");pWrite(toRed);
     
    692692            //the next monom of the syzygy
    693693            isNotReduced = TRUE;
    694             if (BTEST1(6))
     694            if (TEST_OPT_DEBUG)
    695695            {
    696696              PrintS("reduced with: ");pWrite(F[l]);
Note: See TracChangeset for help on using the changeset viewer.