Changeset e65ce5 in git


Ignore:
Timestamp:
Jun 18, 2008, 5:43:34 PM (15 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
Children:
4f48983e2d88ea0745d1992935e0f1c7b97642d0
Parents:
0c7e781756324281739bd83cb155ffa4d545c443
Message:
*motsak: old speedup-dirty-hack is now obsolete


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

Legend:

Unmodified
Added
Removed
  • kernel/syz.cc

    r0c7e78 re65ce5  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: syz.cc,v 1.13 2008-06-10 10:17:33 motsak Exp $ */
     4/* $Id: syz.cc,v 1.14 2008-06-18 15:43:34 motsak Exp $ */
    55
    66/*
     
    617617{
    618618#ifdef HAVE_PLURAL
    619   ideal idSaveCurrQuotient = currQuotient;
    620   ideal idSaveCurrRingQuotient = currRing->qideal;
     619//  ideal idSaveCurrQuotient = currQuotient;
     620//  ideal idSaveCurrRingQuotient = currRing->qideal;
    621621  if( rIsSCA(currRing) )
    622622  {
    623     currQuotient = SCAQuotient(currRing);
    624     currRing->qideal = currQuotient;
     623
     624#ifdef RDEBUG
     625//    rWrite(currRing);
     626//    rDebugPrint(currRing);
     627#endif
     628//    currQuotient = SCAQuotient(currRing);
     629//    currRing->qideal = currQuotient;
    625630
    626631    const unsigned int m_iFirstAltVar = scaFirstAltVar(currRing);
     
    670675  if( rIsSCA(currRing) )
    671676  {
    672     currQuotient     = idSaveCurrQuotient;
    673     currRing->qideal = idSaveCurrRingQuotient;
     677//    currQuotient     = idSaveCurrQuotient;
     678//    currRing->qideal = idSaveCurrRingQuotient;
    674679
    675680    id_Delete(&arg, currRing);
Note: See TracChangeset for help on using the changeset viewer.