Changeset 752299 in git


Ignore:
Timestamp:
Aug 13, 1999, 6:01:17 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '4bd32dfef92ec9f5ed8dceee82d14318ae147107')
Children:
d4e2240bd1ab11b1c289267e0ae28b910aefeab1
Parents:
6e1e86687b3d8b4d8dc7082d10f4afba5728122e
Message:
* hannes: removed duplicate entry in inoutlib::show


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/inout.lib

    r6e1e866 r752299  
    1 // $Id: inout.lib,v 1.11 1999-07-28 18:08:07 Singular Exp $
     1// $Id: inout.lib,v 1.12 1999-08-13 16:01:17 Singular Exp $
    22// system("random",787422842);
    33// (GMG/BM, last modified 22.06.96)
    44///////////////////////////////////////////////////////////////////////////////
    55
    6 version="$Id: inout.lib,v 1.11 1999-07-28 18:08:07 Singular Exp $";
     6version="$Id: inout.lib,v 1.12 1999-08-13 16:01:17 Singular Exp $";
    77info="
    88LIBRARY:  inout.lib     PROCEDURES FOR MANIPULATING IN- AND OUTPUT
     
    450450         print(matrix(@id@));
    451451      }
    452        if( typeof(@id@)=="matrix")
    453       {
    454          @@s=@@s + ", "+string(nrows(@id@))+"x"+string(ncols(@id@));
    455          @@s;
    456          print(matrix(@id@));
    457       }
    458452      short=@short@; return();
    459453   }
Note: See TracChangeset for help on using the changeset viewer.