Changeset 9e2fdf in git for kernel/ideals.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/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);
Note: See TracChangeset
for help on using the changeset viewer.