Ignore:
Timestamp:
Jan 31, 2018, 3:04:42 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
4fd796a9c41904bd840bcc8a2691b4dac9865de4
Parents:
f8aa892863019dc7fe2ed019a2aec3dd26da6e0d6712e907767e5540613b217f792b5f42d2b39ac1
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2018-01-31 15:04:42+01:00
git-committer:
GitHub <noreply@github.com>2018-01-31 15:04:42+01:00
Message:
Merge pull request #847 from dimpase/spielwiese

link libraries sometimes needed by gethostbyname etc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.h

    r6712e9 r43675c  
    14711471  ev[0] = p_GetComp(p, r);
    14721472}
     1473// p_GetExpVL is used in Singular,jl
    14731474static inline void p_GetExpVL(poly p, int64 *ev, const ring r)
    14741475{
     
    14861487  p_Setm(p, r);
    14871488}
     1489// p_SetExpVL is used in Singular,jl
    14881490static inline void p_SetExpVL(poly p, int64 *ev, const ring r)
    14891491{
Note: See TracChangeset for help on using the changeset viewer.