Changeset 71e0a9 in git
- Timestamp:
- Jan 30, 2015, 6:43:16 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- abf7a566d48e0732b9f8804b5741a25a8e6cea89d6adbbd9215167e0e346605ee97f2d43fbe1a358
- Parents:
- 10e299defc5ae0c54c970239c42f261ddbfaa5d4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
dox/Doxyfile.in
r10e299 r71e0a9 2027 2027 HAVE_RATGRING \ 2028 2028 HAVE_RING2TOM \ 2029 HAVE_RINGS_LOC \2030 2029 HAVE_SBRK \ 2031 2030 HAVE_SDB \ -
kernel/GBEngine/kstd1.cc
r10e299 r71e0a9 1348 1348 strat->red2 = redHomog; 1349 1349 } 1350 #if defined(HAVE_RINGS) || defined(HAVE_RINGS_LOC) //TODO Oliver1350 #if defined(HAVE_RINGS) 1351 1351 if (rField_is_Ring(currRing)) 1352 1352 { … … 1688 1688 // clear strat->P 1689 1689 if (strat->P.lcm!=NULL) 1690 #if defined(HAVE_RINGS) || defined(HAVE_RINGS_LOC)1690 #if defined(HAVE_RINGS) 1691 1691 pLmDelete(strat->P.lcm); 1692 1692 #else -
kernel/GBEngine/kutil.cc
r10e299 r71e0a9 339 339 #endif 340 340 341 #ifdef HAVE_RINGS _LOC341 #ifdef HAVE_RINGS 342 342 // Leading coef have to be a unit 343 343 if ( !(nIsUnit(p_GetCoeff(p, r))) ) return; … … 6542 6542 if (!pIsVector((*p).p) && ((*p).ecart != 0)) 6543 6543 { 6544 #ifdef HAVE_RINGS _LOC6544 #ifdef HAVE_RINGS 6545 6545 // Leading coef have to be a unit 6546 6546 if ( !(nIsUnit(p_GetCoeff((*p).p, r))) ) return; … … 6557 6557 (*p).ecart = 0; 6558 6558 (*p).length = 1; 6559 #ifdef HAVE_RINGS_LOC 6560 (*p).pLength = 1; // Why wasn't this set already? 6561 #endif 6559 (*p).pLength = 1; 6562 6560 (*suc)=0; 6563 6561 return;
Note: See TracChangeset
for help on using the changeset viewer.