Changeset 9eb0f9 in git for libpolys/coeffs/numbers.cc


Ignore:
Timestamp:
May 23, 2011, 8:10:02 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
b2366e1febbada8a1c36d078ca1dff3e839e9988
Parents:
2f0314b588c9d83a52b5e2ded26f85edb4ea9593
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-23 20:10:02+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:49+01:00
Message:
FIX: test coeffs using factory AND ntl (without public use of factory in coeffs.h)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/numbers.cc

    r2f0314 r9eb0f9  
    2929#include <coeffs/rintegers.h>
    3030#endif
     31
     32#ifdef HAVE_FACTORY
     33#include <factory/factory.h>
     34#endif
     35
    3136#include <string.h>
    3237#include <stdlib.h>
Note: See TracChangeset for help on using the changeset viewer.