Changeset fd68165 in git for factory/facAbsBiFact.cc


Ignore:
Timestamp:
Nov 7, 2013, 6:42:08 PM (9 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
bebd13f12467d52870735cd4cfae940241fef019
Parents:
4a4593a9cc860e3c2819808ef08faab1b9a48009
git-author:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-11-07 18:42:08+01:00
git-committer:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-11-07 18:46:02+01:00
Message:
Fixed name conflict INT64 and wrong type
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facAbsBiFact.cc

    r4a4593a rfd68165  
    416416    nmod_poly_factor_insert (nmodFactors, FLINTGpi, 1L);
    417417
    418     long * link= new long [2];
     418    slong * link= new slong [2];
    419419    fmpz_poly_t *v= new fmpz_poly_t[2];
    420420    fmpz_poly_t *w= new fmpz_poly_t[2];
Note: See TracChangeset for help on using the changeset viewer.