Changeset cffea8f in git for Singular/interpolation.cc


Ignore:
Timestamp:
Aug 10, 2011, 3:14:54 PM (13 years ago)
Author:
Burcin Erocal <burcin@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
e5739a6e60cc672c25592d1f684b4cf4f271d343
Parents:
4a48c47615e94a3c63018715abea80de7e53d76a
git-author:
Burcin Erocal <burcin@erocal.org>2011-08-10 15:14:54+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:17:26+01:00
Message:
Move headers around to make Singular/interpolation.cc compile with libpolys.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/interpolation.cc

    r4a48c4 rcffea8f  
    66#include <kernel/mod2.h>
    77#include <misc/options.h>
     8#ifdef HAVE_FACTORY
     9#define SI_DONT_HAVE_GLOBAL_VARS
     10#  include <factory/factory.h>
     11#endif /* HAVE_FACTORY */
    812#include <kernel/febase.h>
    913#include <kernel/ideals.h>
     
    1418#include <Singular/ipid.h>
    1519#include <polys/monomials/ring.h>
    16 #ifdef HAVE_FACTORY
    17 #define SI_DONT_HAVE_GLOBAL_VARS
    18 #  include <factory/factory.h>
    19 #endif /* HAVE_FACTORY */
    2020
    2121// parameters to debug
Note: See TracChangeset for help on using the changeset viewer.