Changeset 0ea8d8 in git


Ignore:
Timestamp:
Jul 31, 2016, 12:06:12 PM (8 years ago)
Author:
Jakob Kroeker <kroeker@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
bdea13167433c632044731eec2fb12149aa74a00
Parents:
d31cb9155f56cdb480dd1a209d4cfdf986066b86
git-author:
Jakob Kroeker <kroeker@math.uni-hannover.de>2016-07-31 12:06:12+02:00
git-committer:
Jakob Kroeker <kroeker@math.uni-hannover.de>2016-07-31 13:35:51+02:00
Message:
add declarations in headers
Location:
libpolys/coeffs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/rmodulo2m.h

    rd31cb91 r0ea8d8  
    1717
    1818BOOLEAN nr2mInitChar    (coeffs r, void*);
     19number  nr2mMapZp       (number from, const coeffs /*src*/, const coeffs dst);
    1920
    2021#endif
  • libpolys/coeffs/rmodulon.h

    rd31cb91 r0ea8d8  
    1919
    2020BOOLEAN nrnInitChar    (coeffs r, void*);
     21number nrnMapGMP(number from, const coeffs /*src*/, const coeffs dst);
     22nMapFunc nrnSetMap(const coeffs src, const coeffs dst);
    2123
    2224#endif
Note: See TracChangeset for help on using the changeset viewer.