Changeset d60626 in git for kernel/kspoly.cc


Ignore:
Timestamp:
Jan 11, 2007, 11:37:35 AM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
8716be2e191c917ded9d525d95527e5828b8b42b
Parents:
d312f60de15be42c43e4d046f839a626576dfc89
Message:
*hannes: PLURAL TEST


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

Legend:

Unmodified
Added
Removed
  • kernel/kspoly.cc

    rd312f6 rd60626  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kspoly.cc,v 1.7 2007-01-03 00:17:10 motsak Exp $ */
     4/* $Id: kspoly.cc,v 1.8 2007-01-11 10:37:35 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Routines for Spoly creation and reductions
     
    6666            p_MaxComp(pNext(p2),tailRing) == 0));
    6767
     68#ifdef HAVE_PLURAL
    6869  if (rIsPluralRing(currRing))
    6970  {
     
    8586    return 0;
    8687  }
     88#endif
    8789
    8890  if (t2==NULL)           // Divisor is just one term, therefore it will
Note: See TracChangeset for help on using the changeset viewer.