Changeset f18d15f in git for Singular/sparsmat.cc


Ignore:
Timestamp:
Sep 19, 2000, 2:18:34 PM (24 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
82063a79ea38ca00e3f4367decdd79d1b0fcdfb7
Parents:
c931a2379e2aececc4e3f6d0b411f921743ad57d
Message:
remove PDEBUG, pSetm not in loop


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

Legend:

Unmodified
Added
Removed
  • Singular/sparsmat.cc

    rc931a2 rf18d15f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: sparsmat.cc,v 1.37 2000-09-18 13:37:41 pohl Exp $ */
     4/* $Id: sparsmat.cc,v 1.38 2000-09-19 12:18:34 pohl Exp $ */
    55
    66/*
    77* ABSTRACT: operations with sparse matrices (bareiss, ...)
    88*/
    9 
    10 // Wilfried: make sure that you pass all tests (e.g., primdec3),
    11 // and then delete this line
    12 #define PDEBUG 2
    139
    1410#include "mod2.h"
     
    20092005      pAddExp(t,i,pGetExp(b,i));
    20102006      pSubExp(t,i,pGetExp(c,i));
    2011       pSetm(t);
    2012     }
     2007    }
     2008    pSetm(t);
    20132009    pIter(t);
    20142010  }
Note: See TracChangeset for help on using the changeset viewer.