Changeset 6f6b9d in git for libpolys/polys/ext_fields


Ignore:
Timestamp:
Sep 27, 2011, 3:24:06 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a0a9f0d6ddf91bf97a108e81a1b1415c0ad58615
Parents:
331fd0c201d231df280ec231efdbbc5b3ac84369
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-09-27 15:24:06+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:38+01:00
Message:
fix: naSetMap
File:
1 edited

Legend:

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

    r331fd0 r6f6b9d  
    649649  if (nCoeff_is_Zp(bSrc) && nCoeff_is_Zp(bDst))
    650650  {
    651     if (strcmp(rParameter(src->extRing)[0],
    652                rParameter(dst->extRing)[0]) == 0)
     651    if (strcmp(rRingVar(0,src->extRing),rRingVar(0,dst->extRing))==0)
    653652    {
    654653      if (src->type==n_algExt)
Note: See TracChangeset for help on using the changeset viewer.