Changeset 7ed4f6c in git


Ignore:
Timestamp:
Dec 17, 2013, 1:48:42 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f63d2e83242d64e2f8e687d91e9ab3ddabad5ac0
Parents:
514adecfe90e57ddab7d7144143cb4639e9fd5b8
git-author:
Martin Lee <martinlee84@web.de>2013-12-17 13:48:42+01:00
git-committer:
Martin Lee <martinlee84@web.de>2014-01-20 16:45:03+01:00
Message:
fix: converting the wrong poly to FLINT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqBivar.cc

    r514ade r7ed4f6c  
    184184      fq_nmod_ctx_init_modulus (fq_con, FLINTmipo, "Z");
    185185
    186       convertFacCF2Fq_nmod_poly_t (FLINTA, A, fq_con);
     186      convertFacCF2Fq_nmod_poly_t (FLINTA, buf, fq_con);
    187187      fq_nmod_poly_make_monic (FLINTA, FLINTA, fq_con);
    188188
     
    192192      fq_nmod_poly_factor (FLINTFactorsA, leadingCoeff, FLINTA, fq_con);
    193193
    194       factorsA= convertFLINTFq_nmod_poly_factor2FacCFFList (FLINTFactorsA, x, beta, fq_con);
     194      factorsA= convertFLINTFq_nmod_poly_factor2FacCFFList (FLINTFactorsA, x,
     195                                                            beta, fq_con);
    195196
    196197      fq_nmod_poly_factor_clear (FLINTFactorsA, fq_con);
     
    257258      fq_nmod_poly_factor (FLINTFactorsA, leadingCoeff, FLINTA, fq_con);
    258259
    259       factorsA= convertFLINTFq_nmod_poly_factor2FacCFFList (FLINTFactorsA, x, alpha, fq_con);
     260      factorsA= convertFLINTFq_nmod_poly_factor2FacCFFList (FLINTFactorsA, x,
     261                                                            alpha, fq_con);
    260262
    261263      fq_nmod_poly_factor_clear (FLINTFactorsA, fq_con);
Note: See TracChangeset for help on using the changeset viewer.