Changeset 8ebd1a0 in git for kernel/kutil.cc


Ignore:
Timestamp:
Apr 25, 2005, 8:15:25 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5d00520a016f7e7089be25484b5cc41e3b897fd4
Parents:
720ff4a017189777645e1e4ed50e4080ba8f1edb
Message:
* avoid plural bugs for commutative rings


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

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    r720ff4 r8ebd1a0  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.7 2005-03-17 14:15:13 Singular Exp $ */
     4/* $Id: kutil.cc,v 1.8 2005-04-25 18:15:24 Singular Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    41044104    for (l=IDELEMS(r)-1;l>=0;l--)
    41054105    {
    4106       if (r->m[l]!=NULL)
     4106      if ((r->m[l]!=NULL)
     4107      && (strat->syzComp>0)
     4108      && (pGetComp(r->m[l])<=strat->syzComp))
    41074109      {
    41084110        for(q=IDELEMS(Q)-1; q>=0;q--)
Note: See TracChangeset for help on using the changeset viewer.