Changeset 5861b1 in git for kernel/GBEngine/kutil.cc


Ignore:
Timestamp:
Feb 2, 2015, 3:55:53 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
9c933c81aa5988748b79ffa6ef5027c2e6b4fbea
Parents:
abf7a566d48e0732b9f8804b5741a25a8e6cea89d6adbbd9215167e0e346605ee97f2d43fbe1a358
Message:
fix: typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.cc

    rd6adbbd r5861b1  
    65456545#ifdef HAVE_RINGS
    65466546    // Leading coef have to be a unit
    6547     if ( !(n_IsUnit(pGetCoeff((*p).p), r->cf)) ) return;
     6547    if ( !(n_IsUnit(pGetCoeff((*p).p), currRing->cf)) ) return;
    65486548#endif
    65496549    k = 0;
Note: See TracChangeset for help on using the changeset viewer.