Changeset f913a2 in git


Ignore:
Timestamp:
Feb 12, 2004, 10:33:39 AM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
0652723e0f25e71bbda15c6e5a71a8a2f3376581
Parents:
5fde970cffef11bfb4ea1b5ce3b0972706a17b4e
Message:
*hannes: fixed export of ring-dep. lists


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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r5fde970 rf913a2  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipshell.cc,v 1.84 2004-02-11 11:33:04 bricken Exp $ */
     4/* $Id: ipshell.cc,v 1.85 2004-02-12 09:33:39 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    10931093  package rootpack = IDPACKAGE(roothdl);
    10941094//  Print("iiInternalExport('%s',%d,%s->%s) typ:%d\n", v->name, toLev, IDID(currPackHdl),IDID(roothdl),v->Typ());
    1095   if (RingDependend(IDTYP(h)))
     1095  if ((RingDependend(IDTYP(h)))
     1096  || ((IDTYP(h)==LIST_CMD)
     1097     && (lRingDependend(IDLIST(h)))
     1098     )
     1099  )
    10961100  {
    10971101    //Print("// ==> Ringdependent set nesting to 0\n");
     
    11621166{
    11631167  checkall();
    1164 //      Print("iiExport1: pack=%s\n",IDID(root));
     1168  //  Print("iiExport1: pack=%s\n",IDID(root));
    11651169  BOOLEAN nok=FALSE;
    11661170  leftv rv=v;
Note: See TracChangeset for help on using the changeset viewer.