Changeset f0797c in git for libpolys/coeffs/rmodulo2m.cc


Ignore:
Timestamp:
May 25, 2011, 2:42:41 PM (13 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cdf22a94dc67efa0ec23a42eb27722000f1e3645
Parents:
141342d81455232f75bdb4b9179a8cd396939ba4
git-author:
Frank Seelisch <seelisch@mathematik.uni-kl.de>2011-05-25 14:42:41+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:52+01:00
Message:
char and ringtype related stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/rmodulo2m.cc

    r141342 rf0797c  
    4747  r->cfKillChar    = ndKillChar; /* dummy*/
    4848  r->nCoeffIsEqual = nr2mCoeffIsEqual;
     49
     50  r->ringtype = 1;
     51  r->type = n_Z2m;
    4952
    5053  r->cfInit        = nr2mInit;
Note: See TracChangeset for help on using the changeset viewer.