Changeset 7cb76d in git for factory/facAbsBiFact.cc


Ignore:
Timestamp:
Nov 14, 2013, 5:49:48 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
b5f27dd8b00738efde14a72f129d4b6173d951f4
Parents:
2f1fda5d1caba9d94996a2cbeaaf1a3f83bbbe10
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-14 17:49:48+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-15 14:58:03+01:00
Message:
Adaptation to FLINT interface changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facAbsBiFact.cc

    r2f1fda5 r7cb76d  
    416416    nmod_poly_factor_insert (nmodFactors, FLINTGpi, 1L);
    417417
     418    // the following fix is due to interface changes from  FLINT 2.3 -> FLINT 2.4
     419#   ifndef slong
     420#          define slong long
     421#   endif
     422
    418423    slong * link= new slong [2];
    419424    fmpz_poly_t *v= new fmpz_poly_t[2];
Note: See TracChangeset for help on using the changeset viewer.