Changeset 30f22c in git


Ignore:
Timestamp:
Jun 10, 2006, 1:17:04 AM (18 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Location:
kernel
Files:
2 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);
  • kernel/ringgb.cc

    rbf5ca41 r30f22c  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ringgb.cc,v 1.9 2006-06-08 22:33:36 wienand Exp $ */
     4/* $Id: ringgb.cc,v 1.10 2006-06-09 23:17:04 wienand Exp $ */
    55/*
    66* ABSTRACT: ringgb interface
     
    197197  int j = 0;
    198198  for (i = 0; i < IDELEMS(GI) - 1; i++) {
     199    Print("-");
    199200    for (j = i + 1; j < IDELEMS(GI); j++) {
    200201      f = pCopy(GI->m[i]);
Note: See TracChangeset for help on using the changeset viewer.