Changeset 9144617 in git for libpolys/polys/clapconv.h


Ignore:
Timestamp:
May 19, 2011, 6:04:21 AM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1e837f92c02301aebf57bfcaa93a72985cb5bd96
Parents:
7829fbde21af607f5f224dbd5f875555c2ba4736
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-19 06:04:21+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:10+01:00
Message:
ADD: trying to avoid factory as much as possible (build without...?)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapconv.h

    r7829fb r9144617  
    1212#define INCL_SINGCONV_H
    1313
     14#ifdef HAVE_FACTORY
     15
    1416#include <polys/monomials/ring.h>
    1517#include <polys/ext_fields/longtrans.h>
    16 #ifdef HAVE_FACTORY
    17 #  include <factory/factory.h>
    18 #endif /* HAVE_FACTORY */
     18#include <factory/factory.h>
     19
    1920
    2021poly convFactoryPSingP ( const CanonicalForm & f, const ring r );
     
    3637//poly convFactoryPSingTrP ( const CanonicalForm & f, const ring r );
    3738
     39// HAVE_FACTORY
     40#endif
     41
    3842#endif /* INCL_SINGCONV_H */
Note: See TracChangeset for help on using the changeset viewer.