Changeset fb875f1 in git for libpolys/coeffs


Ignore:
Timestamp:
Feb 19, 2013, 8:42:54 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
41e8b30346c2752b7dfc43aea125bd3b2781ea81
Parents:
ef86515f6d3a2bd49c3e0f7d568979e8876e72ec
git-author:
Martin Lee <martinlee84@web.de>2013-02-19 20:42:54+01:00
git-committer:
Martin Lee <martinlee84@web.de>2013-02-19 20:44:20+01:00
Message:
fix: interchanged dst and src
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/ffields.cc

    ref86515 rfb875f1  
    813813    }
    814814  }
    815   if (nCoeff_is_Zp(src,src->m_nfCharP))
     815  if (nCoeff_is_Zp(src,dst->m_nfCharP))
    816816  {
    817817    return nfMapP;    /* Z/p -> GF(p,n) */
Note: See TracChangeset for help on using the changeset viewer.