Changeset 738395 in git for libpolys/coeffs/gnumpc.cc


Ignore:
Timestamp:
Apr 10, 2024, 3:00:43 PM (3 weeks ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
466c063f95840de930831a8c461736654a00b926
Parents:
77d0bf735657ddd72e8000512e173a937c1e18bf
Message:
HAVE_RINGS is default (p2)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/gnumpc.cc

    r77d0bf r738395  
    623623  r->cfSize  = nlSize;
    624624  r->cfInt  = nlInt;
    625 #ifdef HAVE_RINGS
    626625  r->cfDivComp = NULL; // only for ring stuff
    627626  r->cfIsUnit = NULL; // only for ring stuff
    628627  r->cfGetUnit = NULL; // only for ring stuff
    629628  r->cfExtGcd = NULL; // only for ring stuff
    630 #endif
    631629  r->cfInpNeg   = nlNeg;
    632630  r->cfInvers= nlInvers;
     
    638636  r->cfNormalize=nlNormalize;
    639637  r->cfGreater = nlGreater;
    640 #ifdef HAVE_RINGS
    641638  r->cfDivBy = NULL; // only for ring stuff
    642 #endif
    643639  r->cfEqual = nlEqual;
    644640  r->cfIsZero = nlIsZero;
Note: See TracChangeset for help on using the changeset viewer.