Changeset 2f0e824 in git


Ignore:
Timestamp:
Jun 7, 2000, 3:42:50 PM (24 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
9ec5e7b5edadb90f0aadc921e22c1a9e08fa17c3
Parents:
a2583d3d1eef05e54ca39918e1f66ddcbf280c24
Message:
TEST_OPT_PROT


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

Legend:

Unmodified
Added
Removed
  • Singular/sparsmat.cc

    ra2583d3 r2f0e824  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: sparsmat.cc,v 1.27 2000-04-27 12:27:43 pohl Exp $ */
     4/* $Id: sparsmat.cc,v 1.28 2000-06-07 13:42:50 pohl Exp $ */
    55
    66/*
     
    409409    (*v)[i] = perm[i+1];
    410410}
    411 
    412411/* ---------------- the algorithm's ------------------ */
    413412/*
     
    12031202  int i;
    12041203
     1204  if (TEST_OPT_PROT)
     1205  {
     1206    if ((crd+1)%10)
     1207      PrintS(".");
     1208    else
     1209      PrintS(".\n");
     1210  }
    12051211  a = m_act[act];
    12061212  if (a->pos < rpiv)
Note: See TracChangeset for help on using the changeset viewer.