Changeset 30f22c in git for kernel/kspoly.cc


Ignore:
Timestamp:
Jun 10, 2006, 1:17:04 AM (17 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
a2466fbcde17ab1265505822b248915916608195
Parents:
bf5ca41d431c02702bfca8a4bd8b6e9c0908d8d7
Message:
[oliver]

kspoly.cc:
* error in ksCreateShortSpoly

ringgb.cc:
* status output


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

Legend:

Unmodified
Added
Removed
  • kernel/kspoly.cc

    rbf5ca41 r30f22c  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kspoly.cc,v 1.4 2006-03-20 20:33:56 wienand Exp $ */
     4/* $Id: kspoly.cc,v 1.5 2006-06-09 23:17:04 wienand Exp $ */
    55/*
    66*  ABSTRACT -  Routines for Spoly creation and reductions
     
    496496    if (currRing->cring == 1)
    497497    {
    498       t1 = nAdd(t1, t2);
     498      t1 = nSub(t1, t2);
    499499      equal = nIsZero(t1);
    500500      nDelete(&t2);
Note: See TracChangeset for help on using the changeset viewer.