Changeset a507140 in git for libpolys/coeffs/rintegers.cc


Ignore:
Timestamp:
May 10, 2020, 5:39:11 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
f050a38f7d4a93811fa78a1a7cebd7b3a35fc044fe09a23b169ca576a8128e614973bc79bcfec5d7
Parents:
6dd33c01a9c354dd3b89fe045bffa9b635e23954
Message:
opt: nCoeffWrite/nCoeffString via nCoeffName
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/rintegers.cc

    r6dd33c ra507140  
    2424VAR omBin gmp_nrz_bin = omGetSpecBin(sizeof(mpz_t));
    2525
    26 static void nrzCoeffWrite  (const coeffs, BOOLEAN /*details*/)
    27 {
    28   PrintS("ZZ");
    29 }
    30 
    3126static char* nrzCoeffName(const coeffs)
    3227{
    3328  return (char*)"ZZ";
    34 }
    35 
    36 static char* nrzCoeffString(const coeffs cf)
    37 {
    38   return omStrDup(nrzCoeffName(cf));
    3929}
    4030
Note: See TracChangeset for help on using the changeset viewer.