Changeset fea2af in git for libpolys/polys/clapsing.h


Ignore:
Timestamp:
Dec 19, 2011, 3:54:56 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
bd795d65c1de21a3593013aca57c80f6128ba318
Parents:
76f3a18e5ce9a6a62d719dfb53dd5439883be370
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-19 15:54:56+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-27 19:28:00+01:00
Message:
SW cannot be built without factory

FIX: fixed libpolys and Singular/eigenval_ip.cc (quick and dirty)

TODO: make check in libpolys/tests -> all dynamic tests are missing SearchPATH :(
TODO: undefined reference to strat_fac_debug & strat_nr?

TODO: kernel? Singular?
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapsing.h

    r76f3a18 rfea2af  
    1111#ifndef INCL_FACTORYSING_H
    1212#define INCL_FACTORYSING_H
     13
     14
     15#ifdef HAVE_FACTORY
    1316
    1417#include <polys/monomials/p_polys.h>
     
    6265number   nChineseRemainder(number *x, number *q,int rl, const coeffs r);
    6366
     67
     68#endif /* HAVE_FACTORY */
     69
     70
    6471#endif /* INCL_FACTORYSING_H */
    6572
Note: See TracChangeset for help on using the changeset viewer.