Changeset 9e2fdf in git for kernel/ring.cc
- Timestamp:
- Jun 10, 2008, 1:50:07 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 1c5eb9934daad78195f2581e6ec371b249e76a26
- Parents:
- 3f78cb0996cbc01825a95eb39c78d6d256a5b9a6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ring.cc
r3f78cb r9e2fdf 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ring.cc,v 1.8 2 2008-06-10 10:17:32 motsakExp $ */4 /* $Id: ring.cc,v 1.83 2008-06-10 11:50:07 Singular Exp $ */ 5 5 6 6 /* … … 4530 4530 if (nc_CallPlural(C, D, NULL, NULL, dest, bSetupQuotient, false, true, dest)) // also takes care about quotient ideal 4531 4531 { 4532 WarnS("Error transferring non-commutative structure"); 4532 //WarnS("Error transferring non-commutative structure"); 4533 // error message should be in the interpreter interface 4533 4534 4534 4535 mpDelete(&C, dest); 4535 4536 mpDelete(&D, dest); 4536 4537 4538 if (currRing != save) 4539 rChangeCurrRing(save); 4540 4537 4541 return TRUE; 4538 4542 }
Note: See TracChangeset
for help on using the changeset viewer.