Changeset 172d852 in git for libpolys/coeffs/rmodulon.cc


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

    r5abb79f r172d852  
    3131#endif
    3232
    33 extern omBin gmp_nrz_bin;
     33EXTERN_VAR omBin gmp_nrz_bin;
    3434
    3535static void nrnCoeffWrite  (const coeffs r, BOOLEAN /*details*/)
     
    8383}
    8484
    85 static char* nrnCoeffName_buff=NULL;
     85STATIC_VAR char* nrnCoeffName_buff=NULL;
    8686static char* nrnCoeffName(const coeffs r)
    8787{
     
    703703 */
    704704
    705 static mpz_ptr nrnMapCoef = NULL;
     705STATIC_VAR mpz_ptr nrnMapCoef = NULL;
    706706
    707707static number nrnMapModN(number from, const coeffs /*src*/, const coeffs dst)
Note: See TracChangeset for help on using the changeset viewer.