Changeset b1c0a9 in git for kernel/kutil.cc


Ignore:
Timestamp:
Apr 8, 2009, 7:21:58 PM (14 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
7e676255a90b5015b1bc8fb6430bdaffe6ea7a81
Parents:
a7541b59e5f1a2bdd1a3d8749700ceb15bb5b7a7
Message:
*motsak: fixes due to std_1


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

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    ra7541b5 rb1c0a9  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.131 2009-02-27 11:21:24 Singular Exp $ */
     4/* $Id: kutil.cc,v 1.132 2009-04-08 17:21:58 motsak Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    30913091    }
    30923092  }
     3093
     3094  if (strat->noClearS) return;
     3095 
    30933096//   #ifdef HAVE_PLURAL
    3094   if (!rIsPluralRing(currRing))
    3095 //   #endif
    3096   {
     3097/*
     3098  if (rIsPluralRing(currRing))
     3099  {
     3100    j=pos;
     3101    loop
     3102    {
     3103      if (j > k) break;
     3104
     3105      if (pLmDivisibleBy(h, strat->S[j]))
     3106      {
     3107        deleteInS(j, strat);
     3108        j--;
     3109        k--;
     3110      }
     3111     
     3112      j++;
     3113    }
     3114  }   
     3115  else
     3116*/ 
     3117//   #endif // ??? Why was the following cancelation disabled for non-commutative rings?
     3118  {
    30973119    j=pos;
    30983120    loop
Note: See TracChangeset for help on using the changeset viewer.