Changeset 69658e in git for libpolys/polys/nc/old.gring.cc


Ignore:
Timestamp:
Feb 22, 2013, 12:29:35 AM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
2e2c67897e034b7ffa5b8a0dda72431cff944d4a
Parents:
367df95c40f03bb94a871481eb198951b3a42c85cd4f243f3aafc7080a52fa973f2d90493e4847f2
Message:
Merge pull request #295 from YueRen/warnings

Warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/nc/old.gring.cc

    r367df9 r69658e  
    33383338  /* shift defines the position of a subring in srcRing */
    33393339  /* par_shift defines the position of a subfield in basefield of CurrRing */
    3340 poly p_CopyEmbed(poly p, ring srcRing, int shift, int par_shift, ring dstRing)
     3340poly p_CopyEmbed(poly p, ring srcRing, int shift, int /*par_shift*/, ring dstRing)
    33413341{
    33423342  if (dstRing == srcRing)
Note: See TracChangeset for help on using the changeset viewer.