Changeset 9e2fdf in git
- Timestamp:
- Jun 10, 2008, 1:50:07 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 1c5eb9934daad78195f2581e6ec371b249e76a26
- Parents:
- 3f78cb0996cbc01825a95eb39c78d6d256a5b9a6
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
r3f78cb r9e2fdf 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ideals.cc,v 1.5 6 2008-06-10 10:17:31 motsakExp $ */4 /* $Id: ideals.cc,v 1.57 2008-06-10 11:50:07 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - all basic methods to manipulate ideals … … 2474 2474 if ( nc_rComplete(origR, tmpR, false) ) // no quotient ideal! 2475 2475 { 2476 Werror(" error in nc_rComplete");2476 Werror("no elimination is possible: ordering condition is violated"); 2477 2477 // cleanup 2478 2478 rDelete(tmpR); -
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.