Changeset a0acbc in git for libpolys/polys/ext_fields


Ignore:
Timestamp:
Sep 28, 2011, 8:32:32 PM (13 years ago)
Author:
Burcin Erocal <burcin@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2cc7c745cc18a1cf67d3c16448dfce2206cc6e32
Parents:
c2eb2eb7f57eba4dc2374322d7b08a25f89e4529
git-author:
Burcin Erocal <burcin@erocal.org>2011-09-28 20:32:32+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:44+01:00
Message:
Fix typo where ntCopy() was called instead of n_Copy().
File:
1 edited

Legend:

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

    rc2eb2e ra0acbc  
    10651065  assume(src == dst->extRing->cf);
    10661066  poly p = p_One(dst->extRing);
    1067   p_SetCoeff(p, ntCopy(a, src), dst->extRing);
     1067  p_SetCoeff(p, n_Copy(a, src), dst->extRing);
    10681068  fraction f = (fraction)omAlloc0Bin(fractionObjectBin);
    10691069  NUM(f) = p; DEN(f) = NULL; COM(f) = 0;
Note: See TracChangeset for help on using the changeset viewer.