Changeset 6c084af in git for libpolys/tests/coeffs_test.h


Ignore:
Timestamp:
Apr 26, 2011, 10:40:57 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
b27c0524d725542db31ecb0c95c603a31a1d1faa
Parents:
3dbe0bfdeb52860218f39475970a26f9e1e01e78
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-04-26 22:40:57+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:28+01:00
Message:
ADD: CoeffWrite for n_R (shortfl.cc)
ADD: test function pointers before calling in all n_*(... const coeff r)
CHG: renamed ndIsZeroDivisor -> n_IsZeroDivisor
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/tests/coeffs_test.h

    r3dbe0bf r6c084af  
    6464    number d = n_Sub(res, sum1, r);
    6565   
    66     TS_ASSERT( ndIsZeroDivisor(d, r) );
     66    TS_ASSERT( n_IsZeroDivisor(d, r) );
    6767   
    6868    if( n_GetChar(r) == 0 )
Note: See TracChangeset for help on using the changeset viewer.