Changeset 485b5d in git for kernel/kstd1.cc


Ignore:
Timestamp:
Jan 5, 2007, 6:59:32 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
849d991f15c978cea3f9a37140fa300f3e79cc9d
Parents:
ac08b88397becad438f4d926a0651856d732c2a0
Message:
*hannes: pLength, syzComp


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

Legend:

Unmodified
Added
Removed
  • kernel/kstd1.cc

    rac08b8 r485b5d  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd1.cc,v 1.16 2007-01-04 10:42:45 Singular Exp $ */
     4/* $Id: kstd1.cc,v 1.17 2007-01-05 17:59:32 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    9090static void kOptimizeLDeg(pLDegProc ldeg, kStrategy strat)
    9191{
    92   if (strat->ak == 0 && !rIsSyzIndexRing(currRing))
     92//  if (strat->ak == 0 && !rIsSyzIndexRing(currRing))
    9393    strat->length_pLength = TRUE;
    94   else
    95     strat->length_pLength = FALSE;
    96 
    97   if ((ldeg == pLDeg0c && !rIsSyzIndexRing(currRing)) ||
     94//  else
     95//    strat->length_pLength = FALSE;
     96
     97  if ((ldeg == pLDeg0c /*&& !rIsSyzIndexRing(currRing)*/) ||
    9898      (ldeg == pLDeg0 && strat->ak == 0))
    9999  {
     
    337337  }
    338338  h->SetShortExpVector();
    339   while (1)
     339  loop
    340340  {
    341341    j = kFindDivisibleByInT(strat->T, strat->sevT, strat->tl, h);
Note: See TracChangeset for help on using the changeset viewer.