Changeset 6f6320 in git


Ignore:
Timestamp:
Dec 14, 2011, 3:59:16 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
27637404a579c5be90dfdaadf21dd3a6e892901b
Parents:
7398810a2f8d9bf8c8a575bf5df6a13e330f1b8d
git-author:
Martin Lee <martinlee84@web.de>2011-12-14 15:59:16+01:00
git-committer:
Martin Lee <martinlee84@web.de>2011-12-14 16:01:50+01:00
Message:
fix: issues with building factory without NTL
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd_smallp.cc

    r739881 r6f6320  
    17011701  return A;
    17021702}
     1703#endif
    17031704
    17041705CFArray
     
    17361737}
    17371738
     1739#ifdef HAVE_NTL
    17381740CFArray
    17391741evaluateMonom (const CanonicalForm& F, const CFList& evalPoints)
  • factory/facFqFactorize.cc

    r739881 r6f6320  
    17991799}
    18001800
     1801#endif
     1802
    18011803static inline
    18021804CanonicalForm prodEval (const CFList& l, const CanonicalForm& evalPoint,
     
    18711873}
    18721874
     1875#ifdef HAVE_NTL
    18731876void
    18741877factorizationWRTDifferentSecondVars (const CanonicalForm& A, CFList*& Aeval,
Note: See TracChangeset for help on using the changeset viewer.