Changeset cdf22a9 in git


Ignore:
Timestamp:
May 25, 2011, 2:55:04 PM (12 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
e676cdf123bc41ae953d7fd58106263f5fd02d0c
Parents:
f0797cc6a47f909e14515d7d07179ce7dbb9c8b7
git-author:
Frank Seelisch <seelisch@mathematik.uni-kl.de>2011-05-25 14:55:04+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:52+01:00
Message:
using negative chars: needs to be discussed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/ext_fields/algext.cc

    rf0797c rcdf22a9  
    581581  assume(getCoeffType(cf) == naID);                     // coeff type;
    582582 
    583   cf->ch = cf->algring->cf->ch;   /* propagate characteristic up so that it
    584                                      becomes directly accessible in cf */
     583  cf->ch = -cf->algring->cf->ch;   /* propagate characteristic up so that it
     584                                      becomes directly accessible in cf;
     585                                      negative sign to signal that it's an
     586                                      extension field */
    585587 
    586588  #ifdef LDEBUG
Note: See TracChangeset for help on using the changeset viewer.