Changeset 4a2260e in git for libpolys/coeffs/longrat.cc


Ignore:
Timestamp:
May 19, 2011, 4:45:26 PM (13 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
37c7fc12531c0affe2e7abfce3be0590304fc0da
Parents:
c28ecf1b368527a9ec9e39a3db43a7b75040f036
git-author:
Frank Seelisch <seelisch@mathematik.uni-kl.de>2011-05-19 16:45:26+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:13+01:00
Message:
more tests run (alg ext fields); some omCheck problems in longrat.cc yet to be resolved
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/longrat.cc

    rc28ecf r4a2260e  
    211211    return TRUE;
    212212  }
    213   omCheckIf(omCheckAddrSize(a,sizeof(*a)), return FALSE);
     213  /* TODO: If next line is active, then computations in algebraic field
     214           extensions over Q will throw a lot of assume violations although
     215           everything is computed correctly and no seg fault appears.
     216           Maybe the test is not appropriate in this case. */
     217  //omCheckIf(omCheckAddrSize(a,sizeof(*a)), return FALSE);
    214218  if (a->debug!=123456)
    215219  {
Note: See TracChangeset for help on using the changeset viewer.