Changeset 5b02a5 in git for kernel/ideals.cc
- Timestamp:
- Apr 6, 2006, 2:42:56 PM (17 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- 6b8abcaf1b40303f975d45ff2fd4a9b06f43105c
- Parents:
- ff6222bed74c1fb74f766ae09b4eb9b57ff45f22
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
rff6222 r5b02a5 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ideals.cc,v 1.1 8 2006-03-28 13:00:51Singular Exp $ */4 /* $Id: ideals.cc,v 1.19 2006-04-06 12:42:56 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - all basic methods to manipulate ideals … … 1777 1777 } 1778 1778 else 1779 WerrorS("2nd module lies notin the first");1779 WerrorS("2nd module does not lies in the first"); 1780 1780 idDelete(&s_result); 1781 1781 idDelete(&s_rest);
Note: See TracChangeset
for help on using the changeset viewer.