Changeset bd3bac in git
- Timestamp:
- Feb 2, 2015, 6:18:36 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- dccb858562947aa99e1895811e96f0f257a02b0a
- Parents:
- 022882ca2128eafdd86cb79ec130ec6593193f07
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/kutil.cc
r022882 rbd3bac 339 339 #endif 340 340 341 #ifdef HAVE_RINGS 341 #ifdef HAVE_RINGS // needs cleanup 342 342 // Leading coef have to be a unit 343 if ( !(n_IsUnit(pGetCoeff(p), r->cf)) ) return;343 //if ( !(n_IsUnit(pGetCoeff(p), r->cf)) ) return; 344 344 #endif 345 345 … … 6546 6546 if (!pIsVector((*p).p) && ((*p).ecart != 0)) 6547 6547 { 6548 #ifdef HAVE_RINGS 6548 #ifdef HAVE_RINGS // needs cleanup 6549 6549 // Leading coef have to be a unit 6550 6550 if ( !(n_IsUnit(pGetCoeff((*p).p), currRing->cf)) ) return;
Note: See TracChangeset
for help on using the changeset viewer.