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
  • libpolys/coeffs/mpr_complex.cc

    r5abb79f r172d852  
    4040
    4141#define DEFPREC        20         // minimum number of digits (output operations)
    42 size_t gmp_output_digits= DEFPREC;
    43 
    44 static gmp_float *gmpRel=NULL;
    45 static gmp_float *diff=NULL;
     42VAR size_t gmp_output_digits= DEFPREC;
     43
     44STATIC_VAR gmp_float *gmpRel=NULL;
     45STATIC_VAR gmp_float *diff=NULL;
    4646
    4747
Note: See TracChangeset for help on using the changeset viewer.