Changeset 276374 in git


Ignore:
Timestamp:
Dec 16, 2011, 6:34:05 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
Children:
0fc4c8bd0177d4673beebe5a386cd69e4161f080f0549c833590080d618d6f7989d1f9c9802da033
Parents:
54e73b123b0a2d72ccfa6b9377b156ff82f854696f6320b9e405525cc39ba4d1e6e22d95e1791065
Message:
Merge pull request #34 from mmklee/factory_without_ntl

fix: issues with building factory without NTL
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd_smallp.cc

    r54e73b r276374  
    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

    r54e73b r276374  
    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,
  • kernel/kutil.cc

    r6f6320 r276374  
    67196719  Print("homog=%d, LazyDegree=%d, LazyPass=%d, ak=%d,\n",
    67206720         strat->homog, strat->LazyDegree,strat->LazyPass, strat->ak);
    6721   Print("honey=%d, sugarCrit=%d, Gebauer=%d, noTailReduction=%d, use_buckets: %d\n",
     6721  Print("honey=%d, sugarCrit=%d, Gebauer=%d, noTailReduction=%d, use_buckets=%d\n",
    67226722         strat->honey,strat->sugarCrit,strat->Gebauer,strat->noTailReduction,strat->use_buckets);
    67236723  Print("posInLDependsOnLength=%d, use_buckets=%d\n",
     
    67526752    else if (strat->tailRing->pLDeg==maxdegreeWecart) PrintS("maxdegreeWecart");
    67536753    else Print("? (%lx)", (long)strat->tailRing->pLDeg);
    6754     Print(" syzring:%d, syzComp(strat):%d syzComb(ring)\n",rIsSyzIndexRing(currRing),strat->syzComp,rGetCurrSyzLimit(currRing));
     6754    Print(" syzring:%d, syzComp(strat):%d syzComb:%d limit:%ld\n",rIsSyzIndexRing(currRing),strat->syzComp,rGetCurrSyzLimit(currRing));
    67556755    if(TEST_OPT_DEGBOUND)
    67566756      Print(" degBound: %d\n", Kstd1_deg);
Note: See TracChangeset for help on using the changeset viewer.