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


Ignore:
Timestamp:
May 25, 2011, 2:42:41 PM (12 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
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/rmodulon.cc

    r141342 rf0797c  
    4747 
    4848  nrnInitExp((int)(long)(p), r);
     49  r->ringtype = 2;
     50  r->type = n_Zn;
    4951
    5052  r->cfInit        = nrnInit;
     
    488490  }
    489491  // Some type of Z/n ring / field
    490   if (nCoeff_is_Ring_ModN(src) || nCoeff_is_Ring_PtoM(src) || nCoeff_is_Ring_2toM(src) || nCoeff_is_Zp(src))
     492  if (nCoeff_is_Ring_ModN(src) || nCoeff_is_Ring_PtoM(src) ||
     493      nCoeff_is_Ring_2toM(src) || nCoeff_is_Zp(src))
    491494  {
    492495    if (   (src->ringtype > 0)
Note: See TracChangeset for help on using the changeset viewer.