Changeset 49be3c8 in git for kernel/sca.cc
- Timestamp:
- Jun 24, 2008, 10:18:05 AM (15 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 4ba5427fab9a0ef42e7e1d40b5ec472144b84bae
- Parents:
- 71b676cf8066b02d4bca22a6df4ddfd986256046
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/sca.cc
r71b676 r49be3c8 7 7 * Author: motsak (Oleksandr Motsak) 8 8 * Created: 2006/12/18 9 * Version: $Id: sca.cc,v 1.2 2 2008-06-23 11:00:47Singular Exp $9 * Version: $Id: sca.cc,v 1.23 2008-06-24 08:18:05 Singular Exp $ 10 10 *******************************************************************/ 11 11 … … 935 935 936 936 if (strat->sl!=-1) pos = posInS(strat, strat->sl, h.p, h.ecart); 937 938 937 strat->enterS(h, pos, strat, -1); 939 938 … … 1719 1718 1720 1719 #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();} 1722 1721 #endif 1723 1722 … … 1744 1743 1745 1744 // enter into S, L, and T 1746 if(withT)1745 //if(withT) 1747 1746 enterT(strat->P, strat); 1748 1747 … … 1783 1782 if (TEST_OPT_INTSTRATEGY) 1784 1783 { 1785 // h.pCleardenom(); // also does a pContent1786 1784 pContent(h.p); 1787 1785 }
Note: See TracChangeset
for help on using the changeset viewer.