Changeset 50cbdc in git for Singular/sparsmat.cc


Ignore:
Timestamp:
Aug 27, 2001, 4:48:02 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
2567b5a6cb7109be5a83e53eb94abb1c38fb9945
Parents:
3de58c9ca0aeaafdf5cb29f986967bffa405b542
Message:
*hannes: merge-2-0-2


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

Legend:

Unmodified
Added
Removed
  • Singular/sparsmat.cc

    r3de58c r50cbdc  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: sparsmat.cc,v 1.51 2001-01-31 18:48:42 Singular Exp $ */
     4/* $Id: sparsmat.cc,v 1.52 2001-08-27 14:47:40 Singular Exp $ */
    55
    66/*
     
    385385  ring origR;
    386386  sip_sring tmpR;
    387   ideal II;
    388387  sparse_mat *bareiss;
    389   ideal mm=II;
    390388  intvec *v;
    391389
     
    400398  bound=2*smExpBound(I,c,r,t);
    401399  smRingChange(&origR,tmpR,bound);
    402   II = idrCopyR(I, origR);
     400  ideal II = idrCopyR(I, origR);
    403401  bareiss = new sparse_mat(II);
    404402  if (bareiss->smGetAct() == NULL)
     
    433431  ring origR;
    434432  sip_sring tmpR;
    435   ideal II;
    436433  sparse_mat *bareiss;
    437   ideal mm=II;
    438434  intvec *v;
    439435
     
    448444  bound=smExpBound(I,c,r,t);
    449445  smRingChange(&origR,tmpR,bound);
    450   II = idrCopyR(I, origR);
     446  ideal II = idrCopyR(I, origR);
    451447  bareiss = new sparse_mat(II);
    452448  if (bareiss->smGetAct() == NULL)
Note: See TracChangeset for help on using the changeset viewer.