Changeset f1b9c57 in git
- Timestamp:
- Jun 21, 2008, 1:34:31 PM (15 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- de1dd636bf74d4c7f8b4aa5153c8b8bb8f9b9ff7
- Parents:
- b1a5c1b38182f45945fe83e5d4528646815a09e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/sca.cc
rb1a5c1 rf1b9c57 7 7 * Author: motsak (Oleksandr Motsak) 8 8 * Created: 2006/12/18 9 * Version: $Id: sca.cc,v 1. 19 2008-06-20 16:54:45Singular Exp $9 * Version: $Id: sca.cc,v 1.20 2008-06-21 11:34:31 Singular Exp $ 10 10 *******************************************************************/ 11 11 … … 1707 1707 strat->P.p = redtailBba(&(strat->P),pos-1,strat, withT); // !!! 1708 1708 strat->P.pCleardenom(); 1709 1710 1709 } 1711 1710 } 1712 1711 else 1713 1712 { 1714 1715 1713 strat->P.pNorm(); 1716 1714 if ((TEST_OPT_REDSB)||(TEST_OPT_REDTAIL)) 1717 1715 strat->P.p = redtailBba(&(strat->P),pos-1,strat, withT); 1718 1716 } 1719 1717 strat->P.is_normalized=nIsOne(pGetCoeff(strat->P.p)); 1720 1718 1721 1719 #ifdef KDEBUG
Note: See TracChangeset
for help on using the changeset viewer.