Changeset b1c0a9 in git for kernel/kutil.cc
- Timestamp:
- Apr 8, 2009, 7:21:58 PM (14 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 7e676255a90b5015b1bc8fb6430bdaffe6ea7a81
- Parents:
- a7541b59e5f1a2bdd1a3d8749700ceb15bb5b7a7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.cc
ra7541b5 rb1c0a9 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kutil.cc,v 1.13 1 2009-02-27 11:21:24 SingularExp $ */4 /* $Id: kutil.cc,v 1.132 2009-04-08 17:21:58 motsak Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for kStd … … 3091 3091 } 3092 3092 } 3093 3094 if (strat->noClearS) return; 3095 3093 3096 // #ifdef HAVE_PLURAL 3094 if (!rIsPluralRing(currRing)) 3095 // #endif 3096 { 3097 /* 3098 if (rIsPluralRing(currRing)) 3099 { 3100 j=pos; 3101 loop 3102 { 3103 if (j > k) break; 3104 3105 if (pLmDivisibleBy(h, strat->S[j])) 3106 { 3107 deleteInS(j, strat); 3108 j--; 3109 k--; 3110 } 3111 3112 j++; 3113 } 3114 } 3115 else 3116 */ 3117 // #endif // ??? Why was the following cancelation disabled for non-commutative rings? 3118 { 3097 3119 j=pos; 3098 3120 loop
Note: See TracChangeset
for help on using the changeset viewer.