Changeset 098784 in git for libpolys/polys/weight.h


Ignore:
Timestamp:
Feb 7, 2019, 2:53:21 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
d0cd21e86cf844ac74991fb599f0b73de5308e93fcdeeaee8c503399a44c025a273cfa24a3b97bd9
Parents:
ab771712f9cf6f304a7dbc3fd948527f91510bb4aa4d311381250221eea57c0b1aa32b5f6c7a1185
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-02-07 14:53:21+01:00
git-committer:
GitHub <noreply@github.com>2019-02-07 14:53:21+01:00
Message:
Merge pull request #908 from rbehrends/threadsupport

Finalizing thread support.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/weight.h

    rab7717 r098784  
    2424
    2525// internal:
    26 extern "C" double (*wFunctional)(int *degw, int *lpol, int npol,
     26extern "C" THREAD_VAR double (*wFunctional)(int *degw, int *lpol, int npol,
    2727       double *rel, double wx, double wNsqr);
    2828extern "C" double wFunctionalBuch(int *degw, int *lpol, int npol,
Note: See TracChangeset for help on using the changeset viewer.