Changeset 1450c9 in git for kernel/fglmzero.cc


Ignore:
Timestamp:
Sep 8, 2011, 7:45:45 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1a20e55502c0dfa3a9f2bef770f1555129241ab4
Parents:
1da2a132d49570abee2ff48d0373549833495572
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-08 19:45:45+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:36+01:00
Message:
FIX: moved interpreter-related FGLM declarations to Singular/fglm.h
FIX: List template requires an "factory/templates/ftmpl_list.cc" include - UGLY!!!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/fglmzero.cc

    r1da2a13 r1450c9  
    2020
    2121#include <kernel/mod2.h>
     22
     23
    2224#ifdef HAVE_FACTORY
    2325// assumes, that NOSTREAMIO is set in factoryconf.h, which is included
    2426// by templates/list.h.
     27
    2528#include <factory/factory.h>
     29
    2630#include <factory/templates/ftmpl_list.h>
     31#include <factory/templates/ftmpl_list.cc>
     32
     33#include <omalloc/omalloc.h>
    2734
    2835#include <misc/options.h>
     36#include <misc/intvec.h>
     37
     38#include <polys/monomials/maps.h>
     39#include <polys/monomials/ring.h>
     40
    2941#include <kernel/polys.h>
    3042#include <kernel/ideals.h>
    31 #include <polys/monomials/ring.h>
    3243#include <kernel/febase.h>
    33 #include <polys/monomials/maps.h>
    34 #include <omalloc/omalloc.h>
    3544#include <kernel/kstd1.h>
    36 #include <misc/intvec.h>
     45
    3746#include <kernel/fglm.h>
    3847#include <kernel/fglmvec.h>
    3948#include <kernel/fglmgauss.h>
     49
    4050#define PROT(msg)
    4151#define STICKYPROT(msg) if (BTEST1(OPT_PROT)) Print(msg)
Note: See TracChangeset for help on using the changeset viewer.