Changeset ea25bc in git for libpolys/coeffs


Ignore:
Timestamp:
Dec 14, 2012, 4:43:54 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f489beab9ee2066d042d018e9e5db927bdfe99a4
Parents:
f51a5bd5a84a0bdc21e8b4b7357a3d1f43bae4e6
Message:
chg: renamed Zpn to Znm
Location:
libpolys/coeffs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/coeffs.h

    rf51a5b rea25bc  
    3737  n_Z, /**< only used if HAVE_RINGS is defined: ? */
    3838  n_Zn, /**< only used if HAVE_RINGS is defined: ? */
    39   n_Zpn, /**< only used if HAVE_RINGS is defined: does no longer exist? */
     39  n_Znm, /**< only used if HAVE_RINGS is defined: ? */
    4040  n_Z2m, /**< only used if HAVE_RINGS is defined: ? */
    4141  n_CF /**< ? */
  • libpolys/coeffs/numbers.cc

    rf51a5b rea25bc  
    289289 nrzInitChar,  /* n_Z */
    290290 nrnInitChar,  /* n_Zn */
    291  NULL,         /* n_Zpn */
     291 nrnInitChar,  /* n_Znm */
    292292 nr2mInitChar, /* n_Z2m */
    293293 #else
    294294 NULL,         /* n_Z */
    295295 NULL,         /* n_Zn */
    296  NULL,         /* n_Zpn */
     296 NULL,         /* n_Znm */
    297297 NULL,         /* n_Z2m */
    298298 #endif
  • libpolys/coeffs/test.cc

    rf51a5b rea25bc  
    171171      CASE(n_Z);
    172172      CASE(n_Zn);
    173       CASE(n_Zpn);
     173      CASE(n_Znm);
    174174      CASE(n_Z2m);
    175175      CASE(n_CF);
Note: See TracChangeset for help on using the changeset viewer.