Changeset c658ed in git
- Timestamp:
- Feb 4, 2002, 1:06:53 PM (22 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 5b3aeb12c8b10ddd3ae23a18e980a78a120c9713
- Parents:
- d4cb43b26737c80cde4d1405d47ce55e39929c13
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipid.cc
rd4cb43b rc658ed 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipid.cc,v 1.5 8 2002-01-18 16:34:09Singular Exp $ */4 /* $Id: ipid.cc,v 1.59 2002-02-04 12:06:53 Singular Exp $ */ 5 5 6 6 /* … … 952 952 (IDTYP(hdh)==PACKAGE_CMD && IDPACKAGE(hdh)->language==LANG_TOP && 953 953 IDPACKAGE(hdh)->ref>0 )) 954 killhdl2(hdh,&(pack->idroot) );954 killhdl2(hdh,&(pack->idroot),currRing); 955 955 hdh = temp; 956 956 }
Note: See TracChangeset
for help on using the changeset viewer.