Changeset 3159bc in git for libpolys/coeffs/numbers.cc


Ignore:
Timestamp:
Jul 11, 2011, 4:01:22 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5469a9d738cfe2ecd03a4f63851540bda965e9c3
Parents:
353caa27f5b5e9e4dbd99e1c0b4fcce2bd59a5d4
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-07-11 16:01:22+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:13+01:00
Message:
FIX: Bug fix: n->cfCopy MUST be ndCopy BUT NOT 'nd_Copy' by default!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/numbers.cc

    r353caa r3159bc  
    214214    n->cfDelete= ndDelete;
    215215    n->cfInpMult=ndInpMult;
    216     n->cfCopy=nd_Copy;
     216    n->cfCopy = ndCopy;
    217217    n->cfIntMod=ndIntMod; /* dummy !! */
    218218    n->cfNormalize=ndNormalize;
Note: See TracChangeset for help on using the changeset viewer.