Changeset c3ef86f in git


Ignore:
Timestamp:
Feb 23, 2012, 2:36:54 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
f89fed03fe4889f0b8358d3a5166851c2e87ad50
Parents:
e451f48dcfe003a2e453318fa6f135e35456f8ed
git-author:
Martin Lee <martinlee84@web.de>2012-02-23 14:36:54+01:00
git-committer:
Martin Lee <martinlee84@web.de>2012-04-04 14:42:26+02:00
Message:
chg: use NTL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facHensel.cc

    re451f48 rc3ef86f  
    431431        setCharacteristic (p);
    432432        g= coeffE*j.getItem();
    433         g= mod (g, bufFactors[ii]);
     433        g= modNTL (g, bufFactors[ii]);
    434434        setCharacteristic (0);
    435435        k.getItem() += g.mapinto()*modulus;
Note: See TracChangeset for help on using the changeset viewer.