Changeset f913a2 in git
- Timestamp:
- Feb 12, 2004, 10:33:39 AM (20 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 0652723e0f25e71bbda15c6e5a71a8a2f3376581
- Parents:
- 5fde970cffef11bfb4ea1b5ce3b0972706a17b4e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
r5fde970 rf913a2 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipshell.cc,v 1.8 4 2004-02-11 11:33:04 brickenExp $ */4 /* $Id: ipshell.cc,v 1.85 2004-02-12 09:33:39 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 1093 1093 package rootpack = IDPACKAGE(roothdl); 1094 1094 // 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 ) 1096 1100 { 1097 1101 //Print("// ==> Ringdependent set nesting to 0\n"); … … 1162 1166 { 1163 1167 checkall(); 1164 //Print("iiExport1: pack=%s\n",IDID(root));1168 // Print("iiExport1: pack=%s\n",IDID(root)); 1165 1169 BOOLEAN nok=FALSE; 1166 1170 leftv rv=v;
Note: See TracChangeset
for help on using the changeset viewer.