Changeset 8b09ef in git
- Timestamp:
- Apr 10, 2009, 9:03:44 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 88e5d02561990a0b8b126978b31a19f6dcb68b1c
- Parents:
- cf218e8a0bf01e9ba135d3f3ef047a395d6db144
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/syz.cc
rcf218e8 r8b09ef 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: syz.cc,v 1. 19 2009-03-02 18:06:54 motsak Exp $ */4 /* $Id: syz.cc,v 1.20 2009-04-10 19:03:44 motsak Exp $ */ 5 5 6 6 /* … … 616 616 syStrategy syResolution(ideal arg, int maxlength,intvec * w, BOOLEAN minim) 617 617 { 618 #define QSyzTest 0 619 618 620 #ifdef HAVE_PLURAL 619 // ideal idSaveCurrQuotient = currQuotient; 620 // ideal idSaveCurrRingQuotient = currRing->qideal; 621 622 #if QSyzTest 623 ideal idSaveCurrQuotient = currQuotient; 624 ideal idSaveCurrRingQuotient = currRing->qideal; 625 #endif 626 621 627 if( rIsSCA(currRing) ) 622 628 { … … 626 632 // rDebugPrint(currRing); 627 633 #endif 628 // currQuotient = SCAQuotient(currRing); 629 // currRing->qideal = currQuotient; 634 635 #if QSyzTest 636 currQuotient = SCAQuotient(currRing); 637 currRing->qideal = currQuotient; 638 #endif 630 639 631 640 const unsigned int m_iFirstAltVar = scaFirstAltVar(currRing); … … 675 684 if( rIsSCA(currRing) ) 676 685 { 677 // currQuotient = idSaveCurrQuotient; 678 // currRing->qideal = idSaveCurrRingQuotient; 686 687 #if QSyzTest 688 currQuotient = idSaveCurrQuotient; 689 currRing->qideal = idSaveCurrRingQuotient; 690 #endif 679 691 680 692 id_Delete(&arg, currRing);
Note: See TracChangeset
for help on using the changeset viewer.