Changeset 3342df in git
- Timestamp:
- Aug 3, 2011, 2:58:57 PM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/syz.cc
rf5a3a23 r3342df 163 163 if (TEST_OPT_PROT) PrintS("f"); 164 164 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); 166 166 //Print("actWith: ");pWrite(actWith); 167 167 syz->m[i] = NULL; … … 229 229 if ((till<=0) || (till>IDELEMS(syz))) till = IDELEMS(syz); 230 230 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); 232 232 /*--makes Gauss alg. for the column ModComp--*/ 233 233 pTakeOutComp(&(actWith), ModComp, &unit1, &lu);
Note: See TracChangeset
for help on using the changeset viewer.