Changeset 49be3c8 in git for kernel


Ignore:
Timestamp:
Jun 24, 2008, 10:18:05 AM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
4ba5427fab9a0ef42e7e1d40b5ec472144b84bae
Parents:
71b676cf8066b02d4bca22a6df4ddfd986256046
Message:
*hannes: set T is always required


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

Legend:

Unmodified
Added
Removed
  • kernel/sca.cc

    r71b676 r49be3c8  
    77 *  Author:  motsak (Oleksandr Motsak)
    88 *  Created: 2006/12/18
    9  *  Version: $Id: sca.cc,v 1.22 2008-06-23 11:00:47 Singular Exp $
     9 *  Version: $Id: sca.cc,v 1.23 2008-06-24 08:18:05 Singular Exp $
    1010 *******************************************************************/
    1111
     
    935935
    936936    if (strat->sl!=-1) pos = posInS(strat, strat->sl, h.p, h.ecart);
    937 
    938937    strat->enterS(h, pos, strat, -1);
    939938
     
    17191718
    17201719#ifdef KDEBUG
    1721       if (TEST_OPT_DEBUG){PrintS(" ns:");strat->P.wrp();PrintLn();}
     1720      if (TEST_OPT_DEBUG){PrintS(" ns:");p_wrp(strat->P.p,currRing);PrintLn();}
    17221721#endif
    17231722
     
    17441743
    17451744      // enter into S, L, and T
    1746       if(withT)
     1745      //if(withT)
    17471746        enterT(strat->P, strat);
    17481747
     
    17831782        if (TEST_OPT_INTSTRATEGY)
    17841783        {
    1785 //          h.pCleardenom(); // also does a pContent
    17861784          pContent(h.p);
    17871785        }
Note: See TracChangeset for help on using the changeset viewer.