Changeset 00845b in git
- Timestamp:
- May 3, 2005, 6:12:03 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 18eb05804bfc4b9f19878fa204323b1e0408b478
- Parents:
- 762bfd45c4210aff6f5f912140dfdf36131213c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipassign.cc
r762bfd r00845b 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipassign.cc,v 1.7 3 2005-05-03 15:41:50Singular Exp $ */4 /* $Id: ipassign.cc,v 1.74 2005-05-03 16:12:03 Singular Exp $ */ 5 5 6 6 /* … … 1542 1542 { 1543 1543 //check for existence 1544 if ( IDPACKAGE(h)==basePack)1545 { 1546 PrintS("source and destination packages are identical");1544 if (((package)(u->Data()))==basePack) 1545 { 1546 WarnS("source and destination packages are identical"); 1547 1547 return FALSE; 1548 1548 }
Note: See TracChangeset
for help on using the changeset viewer.