Changeset 82a8acc in git
- Timestamp:
- Nov 23, 1999, 6:09:20 PM (24 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 912dfa3b979986fabb9d2046bbc3881db55af3af
- Parents:
- c4bd5c64661497e203aa90737af9a79591e0ccc0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ideals.cc
rc4bd5c r82a8acc 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ideals.cc,v 1.7 6 1999-11-19 16:42:40 obachmanExp $ */4 /* $Id: ideals.cc,v 1.77 1999-11-23 17:09:20 hannes Exp $ */ 5 5 /* 6 6 * ABSTRACT - all basic methods to manipulate ideals … … 1881 1881 rSetSyzComp(kmax-1); 1882 1882 if (orig_ring!=syz_ring) 1883 s_h4 = idrMoveR_NoSort(s_h4, syz_ring);1883 s_h4 = idrMoveR_NoSort(s_h4,orig_ring); 1884 1884 1885 1885 ideal s_h3;
Note: See TracChangeset
for help on using the changeset viewer.