Changeset 3c4dcc in git for Singular/LIB/inout.lib


Ignore:
Timestamp:
May 6, 2005, 4:39:20 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
0d217d3f1cc4c0449bdb078c65fd1f43cd1a2b84
Parents:
e6fb5315eb32da00236163ce10f9bdafaaa0bd47
Message:
*hannes: DOS->UNIX and white space cleanup


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/inout.lib

    re6fb531 r3c4dcc  
    11// (GMG/BM, last modified 22.06.96)
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: inout.lib,v 1.23 2002-06-12 13:08:21 keilen Exp $";
     3version="$Id: inout.lib,v 1.24 2005-05-06 14:38:40 hannes Exp $";
    44category="General purpose";
    55info="
     
    106106   string s=lprint(m); s;"";
    107107   execute("matrix M[2][2]="+s+";");      //use the string s as input
    108    module m1 = transpose(M);              //should be the same as m
     108   module m1 = transpose(M);              //should be the same as m
    109109   print(m-m1);
    110110}
     
    477477               (typeof(@hi@lf@)!="resolution"))
    478478           {
    479              listvar(`na@me@s[names@i]`);             
     479             listvar(`na@me@s[names@i]`);
    480480           }
    481481           kill(@hi@lf@);
     
    505505               (typeof(@hi@lf@)!="resolution"))
    506506           {
    507              listvar(`na@me@s[names@i]`);             
     507             listvar(`na@me@s[names@i]`);
    508508           }
    509509           kill(@hi@lf@);
Note: See TracChangeset for help on using the changeset viewer.