Changeset 103560 in git for Singular/ipprint.cc


Ignore:
Timestamp:
Jun 10, 2011, 11:56:24 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
fd0df1f775c1d3b6f3ad50b19a825bfb5051f3a9
Parents:
ae7cad0b174b23760efd41f0bf7c461c5e33e96a
Message:
redesign of command type, fix tr. 343


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

Legend:

Unmodified
Added
Removed
  • Singular/ipprint.cc

    rae7cad0 r103560  
    363363  {
    364364    SPrintStart();
    365     if (u->rtyp==IDHDL)
    366       type_cmd((idhdl) (u->data));
    367     else
    368       type_cmd((idhdl) u);
     365    type_cmd(u);
    369366    res->data = SPrintEnd();
    370367    if (dim != 2)
Note: See TracChangeset for help on using the changeset viewer.