Ignore:
Timestamp:
Jan 24, 2019, 2:32:29 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
08394f319ba420091cccad7e025c3f7cac04c373
Parents:
5abb79fd2458b47b21d297f2c8b26f285ac9546f756676ef1fcf4cff300fb1607a6d21293b253245
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-01-24 14:32:29+01:00
git-committer:
GitHub <noreply@github.com>2019-01-24 14:32:29+01:00
Message:
Merge pull request #906 from rbehrends/prelim-thread-rewrite

Singular changes for multi-threading support.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/combinatorics/hdegree.cc

    r5abb79f r172d852  
    1919#include "kernel/combinatorics/stairc.h"
    2020
    21 int  hCo, hMu, hMu2;
    22 omBin indlist_bin = omGetSpecBin(sizeof(indlist));
     21VAR int  hCo, hMu, hMu2;
     22VAR omBin indlist_bin = omGetSpecBin(sizeof(indlist));
    2323
    2424/*0 implementation*/
     
    128128
    129129// independent set
    130 static scmon hInd;
     130STATIC_VAR scmon hInd;
    131131
    132132static void hIndSolve(scmon pure, int Npure, scfmon rad, int Nrad,
     
    276276}
    277277
    278 indset ISet, JSet;
     278VAR indset ISet, JSet;
    279279
    280280static BOOLEAN hNotZero(scfmon rad, int Nrad, varset var, int Nvar)
     
    928928// HC
    929929
    930 static poly pWork;
     930STATIC_VAR poly pWork;
    931931
    932932static void hHedge(poly hEdge)
     
    10741074//  kbase
    10751075
    1076 static poly last;
    1077 static scmon act;
     1076STATIC_VAR poly last;
     1077STATIC_VAR scmon act;
    10781078
    10791079static void scElKbase()
Note: See TracChangeset for help on using the changeset viewer.