Changeset 9144617 in git for libpolys/polys/clapsing.cc


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/clapsing.cc

    r7829fb r9144617  
    1212#include <misc/auxiliary.h>
    1313
    14 
    15 TODO(Martin, Please adapt the following code for the use in SW)
    16 #ifdef HAVE_FACTORY
    17 
    1814#define SI_DONT_HAVE_GLOBAL_VARS
    1915#include <omalloc/omalloc.h>
     
    2218
    2319// #include <kernel/ffields.h>
    24 // #include <kernel/clapconv.h>
    25 // #include <libfac/factor.h>
    26 
    27 #include <factory/factory.h>
    28 
    29 #include "clapsing.h"
     20
    3021#include "monomials/ring.h"
    3122#include "simpleideals.h"
    3223//#include "polys.h"
     24
     25
     26TODO(Martin, Please adapt the following code for the use in SW)
     27#ifdef HAVE_FACTORY
     28
     29#include <factory/factory.h>
     30
     31#include "clapsing.h"
     32#include "clapconv.h"
     33// #include <kernel/clapconv.h>
     34// #include <libfac/factor.h>
    3335
    3436void out_cf(const char *s1,const CanonicalForm &f,const char *s2);
Note: See TracChangeset for help on using the changeset viewer.