Changeset 69658e in git for kernel/sca.cc


Ignore:
Timestamp:
Feb 22, 2013, 12:29:35 AM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2e2c67897e034b7ffa5b8a0dda72431cff944d4a
Parents:
367df95c40f03bb94a871481eb198951b3a42c85cd4f243f3aafc7080a52fa973f2d90493e4847f2
Message:
Merge pull request #295 from YueRen/warnings

Warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/sca.cc

    r367df9 r69658e  
    375375
    376376// Under development!!!
    377 ideal sca_bba (const ideal F, const ideal Q, const intvec *w, const intvec * /*hilb*/, kStrategy strat, const ring _currRing)
     377ideal sca_bba (const ideal F, const ideal Q, const intvec */*w*/, const intvec * /*hilb*/, kStrategy strat, const ring _currRing)
    378378{
    379379  const ring save = currRing;
     
    867867
    868868// returns TRUE if mora should use buckets, false otherwise
     869#ifdef MORA_USE_BUCKETS
    869870static BOOLEAN kMoraUseBucket(kStrategy strat)
     871#else
     872static BOOLEAN kMoraUseBucket(kStrategy)
     873#endif
    870874{
    871875#ifdef MORA_USE_BUCKETS
     
    898902
    899903// ideal sca_mora (ideal F, ideal Q, intvec *w, intvec *, kStrategy strat)
    900 ideal sca_mora(const ideal F, const ideal Q, const intvec *w, const intvec *, kStrategy strat, const ring _currRing)
     904ideal sca_mora(const ideal F, const ideal Q, const intvec */*w*/, const intvec *, kStrategy strat, const ring _currRing)
    901905{
    902906  const ring save = currRing;
Note: See TracChangeset for help on using the changeset viewer.