Changeset 488808e in git for libpolys/tests/coeffs_test.h


Ignore:
Timestamp:
May 26, 2011, 12:12:01 PM (13 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5a4b26f3e00776270c3ba83b16c92a69f3cca0e0
Parents:
73a9ffb72679635d0a4389f31022ac7b37564499
git-author:
Frank Seelisch <seelisch@mathematik.uni-kl.de>2011-05-26 12:12:01+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:53+01:00
Message:
removed calls to nCoeff_is_Q_a and nCoeff_is_Zp_a (kept definitions for compatibility towards svn trunk); changed map in algext.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/tests/coeffs_test.h

    r73a9ffb r488808e  
    278278      TS_ASSERT( !nCoeff_is_numeric( r ));
    279279      TS_ASSERT( !nCoeff_is_R( r ));
    280       TS_ASSERT( !nCoeff_is_Q_a( r ));
    281       TS_ASSERT( !nCoeff_is_Zp_a( r ));
    282280      TS_ASSERT( !nCoeff_is_GF( r ));
    283281      TS_ASSERT( !nCoeff_is_long_R( r ));
Note: See TracChangeset for help on using the changeset viewer.