Changeset 133c5d in git


Ignore:
Timestamp:
Nov 16, 2000, 4:02:53 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c880d639070c7b20f0123e8557416b0b7d466bec
Parents:
6e385fb93b5e5cef033655d7ff133ea6d771ce3b
Message:
* -O compiler error (bug_barei_2.tst) avoided by using double


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

Legend:

Unmodified
Added
Removed
  • Singular/sparsmat.cc

    r6e385f r133c5d  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: sparsmat.cc,v 1.42 2000-10-19 15:00:22 obachman Exp $ */
     4/* $Id: sparsmat.cc,v 1.43 2000-11-16 15:02:53 obachman Exp $ */
    55
    66/*
     
    738738void sparse_mat::smNewPivot()
    739739{
    740   float wopt = 1.0e30, hp = piv->f;
    741   float wc, wr, wp, w;
     740  double wopt = 1.0e30, hp = piv->f;
     741  double wc, wr, wp, w;
    742742  smpoly a;
    743   int i, copt, ropt, f, e = crd;
     743  int i, copt=0, ropt=0, f, e = crd;
    744744
    745745  this->smNewWeights();
Note: See TracChangeset for help on using the changeset viewer.