Changeset 3342df in git


Ignore:
Timestamp:
Aug 3, 2011, 2:58:57 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
47e836b597c497e01425bb356b2bcd597f62746f
Parents:
f5a3a23a65b47ad6cd71830252c8a914980e436f
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-03 14:58:57+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:02:30+01:00
Message:
FIX: rField_has_simple_inverse() -> rField_has_simple_inverse(currRing)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/syz.cc

    rf5a3a23 r3342df  
    163163      if (TEST_OPT_PROT) PrintS("f");
    164164      actWith = syz->m[i];
    165       if (!rField_has_simple_inverse()) p_Cleardenom(actWith, currRing);
     165      if (!rField_has_simple_inverse(currRing)) p_Cleardenom(actWith, currRing);
    166166//Print("actWith: ");pWrite(actWith);
    167167      syz->m[i] = NULL;
     
    229229  if ((till<=0) || (till>IDELEMS(syz))) till = IDELEMS(syz);
    230230  syz->m[elnum] = NULL;
    231   if (!rField_has_simple_inverse()) p_Cleardenom(actWith, currRing);
     231  if (!rField_has_simple_inverse(currRing)) p_Cleardenom(actWith, currRing);
    232232/*--makes Gauss alg. for the column ModComp--*/
    233233  pTakeOutComp(&(actWith), ModComp, &unit1, &lu);
Note: See TracChangeset for help on using the changeset viewer.