Changeset f4365f in git for factory/cf_gcd.cc


Ignore:
Timestamp:
Jun 23, 2014, 2:49:07 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
949793687548f95943c5a7e30247ef88cc844168
Parents:
1d31b9ab5a347fc7dbdd63db34ebb73ef85f23f2
git-author:
Martin Lee <martinlee84@web.de>2014-06-23 14:49:07+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-06-24 12:06:06+02:00
Message:
fix: compilation without NTL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd.cc

    r1d31b9 rf4365f  
    125125    if ( isOn( SW_USE_EZGCD ) )
    126126      fc= ezgcd (fc, gc);
     127#ifdef HAVE_NTL
    127128    else if (isOn(SW_USE_CHINREM_GCD))
    128129      fc = modGCDZ( fc, gc);
     130#endif
    129131    else
    130132    {
Note: See TracChangeset for help on using the changeset viewer.