Changeset 55cb6b in git for factory/algext.cc


Ignore:
Timestamp:
Apr 10, 2013, 4:04:09 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ccae2f26143f71606cceb669458d60a2c39c4654
Parents:
c60380d927be780ce0fe437b14c03e70f0df8f5984299e1e1d2b92c5e28fc52391cc529f8eb8ade7
Message:
Merge pull request #317 from mmklee/factory_flint_built

fix: include problems when compiling without NTL but with FLINT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/algext.cc

    rc60380d r55cb6b  
    864864        equal= true; // modular image did not add any new information
    865865      TIMING_START (alg_termination)
     866#ifdef HAVE_NTL
    866867#ifdef HAVE_FLINT
    867868      if (equal && tmp.isUnivariate() && f.isUnivariate() && g.isUnivariate()
     
    889890      }
    890891      else
     892#endif
    891893#endif
    892894      if(equal && fdivides( tmp, f ) && fdivides( tmp, g )) // trial division
Note: See TracChangeset for help on using the changeset viewer.