Changeset 5ec3a5 in git


Ignore:
Timestamp:
Dec 15, 2014, 6:42:39 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
dd46a1144a438c234ed7d1f8259d5a7431b5efff
Parents:
f19aa6812e6421a0bbd161f43b974557d7f6b874
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-12-15 18:42:39+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-12-15 18:49:41+01:00
Message:
Buggy cfSetMap in OPAE[Qp].cc :(

NOTE: npSetMap has nothing to do with Ae[Qp]!
Location:
libpolys/coeffs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/OPAEQ.cc

    rf19aa6 r5ec3a5  
    372372    r->cfDelete= nAEQDelete;
    373373   
    374     extern nMapFunc npSetMap(const coeffs src, const coeffs dst); // FIXME: BUG?
    375     r->cfSetMap = npSetMap; // WHY??? // TODO: this seems to be a bug!
     374    r->cfSetMap = npSetMap; // extern nMapFunc npSetMap(const coeffs src, const coeffs dst); // FIXME: WHY??? // TODO: this seems to be a bug!
    376375   
    377376    r->cfInpMult=nAEQInpMult; //????
  • libpolys/coeffs/OPAEp.cc

    rf19aa6 r5ec3a5  
    397397    r->cfDelete= nAEpDelete;
    398398
    399     extern nMapFunc npSetMap(const coeffs src, const coeffs dst); // FIXME: BUG?
    400     r->cfSetMap = npSetMap; // WHY??? // TODO: this seems to be a bug!
     399    r->cfSetMap = npSetMap; // extern nMapFunc npSetMap(const coeffs src, const coeffs dst); // FIXME: WHY??? // TODO: this seems to be a bug!
    401400
    402401    r->cfInpMult=nAEpInpMult; //????
Note: See TracChangeset for help on using the changeset viewer.