Changeset 5eccfaa in git


Ignore:
Timestamp:
Oct 17, 2006, 8:48:43 AM (17 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
e690a910bccbd407fbac04569940e04393d249b2
Parents:
8f63da55b6d14a891a0a092d72c294b3ea13419c
Message:
+ eliminated kFindDivisbleBy


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    r8f63da5 r5eccfaa  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb.cc,v 1.102 2006-10-12 08:55:42 Singular Exp $ */
     7/* $Id: tgb.cc,v 1.103 2006-10-17 06:48:43 bricken Exp $ */
    88/*
    99* ABSTRACT: slimgb and F4 implementation
     
    772772    P.sev=strat->sevS[i];
    773773    int dummy=strat->sl;
    774     if(kFindDivisibleByInS(strat,&dummy,&P)!=i)
     774    //if(kFindDivisibleByInS(strat,&dummy,&P)!=i)
     775    if (kFindDivisibleByInS_easy(strat,P.p,P.sev)!=i)
    775776    {
    776777      deleteInS(i,strat);
     
    20322033      {
    20332034          int dummy=strat->sl;
    2034           j=kFindDivisibleByInS(strat,&dummy,&P);
     2035          j=kFindDivisibleByInS_easy(strat,P.p,P.sev);//kFindDivisibleByInS(strat,&dummy,&P);
    20352036          if (j>=0)
    20362037          {
Note: See TracChangeset for help on using the changeset viewer.