Changeset 71b676 in git


Ignore:
Timestamp:
Jun 23, 2008, 1:00:47 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
49be3c85a01160b4a9459e3af7f39c081c66418a
Parents:
de1dd636bf74d4c7f8b4aa5153c8b8bb8f9b9ff7
Message:
*hannes: minor optimizations in sca_SetupQuotient


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

Legend:

Unmodified
Added
Removed
  • kernel/sca.cc

    rde1dd6 r71b676  
    77 *  Author:  motsak (Oleksandr Motsak)
    88 *  Created: 2006/12/18
    9  *  Version: $Id: sca.cc,v 1.21 2008-06-23 08:45:22 Singular Exp $
     9 *  Version: $Id: sca.cc,v 1.22 2008-06-23 11:00:47 Singular Exp $
    1010 *******************************************************************/
    1111
     
    14181418    // NOTE: rSaveRing == currRing now!
    14191419    // NOTE: there is no better way to check this in general!
    1420     square = kNF(idQuotient, NULL, square, 0, 0); // must ran in currRing == rG!
     1420    square = kNF(idQuotient, NULL, square, 0, 1); // must ran in currRing == rG!
    14211421
    14221422    if( square != NULL ) // var(i)^2 is not in Q?
     
    14241424      p_Delete(&square, rG);
    14251425      bSCA = false;
     1426      break;
    14261427    }
    14271428  }
Note: See TracChangeset for help on using the changeset viewer.