Ignore:
Timestamp:
Jan 24, 2019, 2:32:29 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
  • Singular/dyn_modules/Order/singular.cc

    r5abb79f r172d852  
    1313
    1414#ifdef SINGULAR_4_2
    15 static int nforder_type_id=0;
    16 n_coeffType nforder_type =n_unknown;
     15STATIC_VAR int nforder_type_id=0;
     16VAR n_coeffType nforder_type =n_unknown;
    1717
    1818// coeffs stuff: -----------------------------------------------------------
    19 static coeffs nforder_AE=NULL;
     19STATIC_VAR coeffs nforder_AE=NULL;
    2020static void nforder_Register()
    2121{
     
    510510     (currPack->libname? currPack->libname: "NFOrder"),// the library name,
    511511    "nforder: orders in number fields"); // the help string for the module
    512   return MAX_TOK;
     512  VAR return MAX_TOK;
    513513}
    514514#endif
Note: See TracChangeset for help on using the changeset viewer.