Changeset 6f1268 in git


Ignore:
Timestamp:
Jan 8, 2014, 1:48:55 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
24a611c69609cfe1d7f1691c090243e12711624c
Parents:
87942fd98aaf19570db9520c70e619cdd51074aa
git-author:
Martin Lee <martinlee84@web.de>2014-01-08 13:48:55+01:00
git-committer:
Martin Lee <martinlee84@web.de>2014-01-20 16:45:04+01:00
Message:
chg: stay backward compatible with FLINT 2.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqBivarUtil.cc

    r87942fd r6f1268  
    724724  convertFacCF2nmod_poly_t (FLINTF, F);
    725725
     726#ifndef slong
     727#define slong long
     728#endif
    726729  slong i;
    727730
     
    730733
    731734  for (; i < MFLINTF->r; i++)
    732     nmod_mat_entry (MFLINTF, i, 0)= UWORD(0);
     735    nmod_mat_entry (MFLINTF, i, 0)= 0;
    733736
    734737  nmod_mat_mul (mulResult, M, MFLINTF);
Note: See TracChangeset for help on using the changeset viewer.