Changeset 5ec3a5 in git
- Timestamp:
- Dec 15, 2014, 6:42:39 PM (9 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- 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
- Location:
- libpolys/coeffs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/OPAEQ.cc
rf19aa6 r5ec3a5 372 372 r->cfDelete= nAEQDelete; 373 373 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! 376 375 377 376 r->cfInpMult=nAEQInpMult; //???? -
libpolys/coeffs/OPAEp.cc
rf19aa6 r5ec3a5 397 397 r->cfDelete= nAEpDelete; 398 398 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! 401 400 402 401 r->cfInpMult=nAEpInpMult; //????
Note: See TracChangeset
for help on using the changeset viewer.