Changeset e25a99 in git


Ignore:
Timestamp:
May 5, 2011, 7:39:31 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
eca225734b56a5d965350b362be8ec9a6c986759
Parents:
84c3766df65e535795edb56046d0cd3c9f403fa9
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-05 19:39:31+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:36+01:00
Message:
FIX: rename 'ringflagb' into 'mod2mMask' for rings (Z/2m)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/rmodulo2m.cc

    r84c376 re25a99  
    570570  }
    571571  if (nCoeff_is_Ring_2toM(src)
    572      && (src->ringflagb < dst->ringflagb))
     572     && (src->mod2mMask < dst->mod2mMask))
    573573  { /* i.e. map an integer mod 2^s into Z mod 2^t, where t < s */
    574574    return nr2mMapMachineInt;
    575575  }
    576576  if (nCoeff_is_Ring_2toM(src)
    577      && (src->ringflagb > dst->ringflagb))
     577     && (src->mod2mMask > dst->mod2mMask))
    578578  { /* i.e. map an integer mod 2^s into Z mod 2^t, where t > s */
    579579    // to be done
Note: See TracChangeset for help on using the changeset viewer.