Changeset ab453da in git for kernel/ideals.cc
- Timestamp:
- Oct 1, 2010, 4:54:27 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- f20cf709bf3a6482f047b88775316527b71c8fdb
- Parents:
- e6651bbb0a61329057145fd896929682117e9455
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
re6651bb rab453da 2847 2847 ideal result,h; 2848 2848 ring origR; 2849 sip_sring tmpR;2849 ring tmpR; 2850 2850 long bound; 2851 2851 … … 2858 2858 bound = smExpBound(h,c,r,ar); 2859 2859 idDelete(&h); 2860 smRingChange(&origR,tmpR,bound);2860 tmpR=smRingChange(&origR,bound); 2861 2861 b = mpNew(r,c); 2862 2862 for (i=r*c-1;i>=0;i--) … … 2882 2882 idSkipZeroes(result); 2883 2883 rChangeCurrRing(origR); 2884 result = idrMoveR(result, &tmpR);2885 sm RingClean(origR,tmpR);2884 result = idrMoveR(result,tmpR); 2885 smKillModifiedRing(tmpR); 2886 2886 idTest(result); 2887 2887 return result;
Note: See TracChangeset
for help on using the changeset viewer.