Changeset 9144617 in git
- Timestamp:
- May 19, 2011, 6:04:21 AM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- 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
- Location:
- libpolys
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/coeffs.h
r7829fb r9144617 12 12 /* for assume: */ 13 13 #include <reporter/reporter.h> 14 14 15 #include <coeffs/si_gmp.h> 15 16 16 17 #ifdef HAVE_FACTORY 17 #include <factory/factory.h> 18 // #include <factory/factory.h> 19 class CanonicalForm; 18 20 #endif 19 21 -
libpolys/polys/clapconv.h
r7829fb r9144617 12 12 #define INCL_SINGCONV_H 13 13 14 #ifdef HAVE_FACTORY 15 14 16 #include <polys/monomials/ring.h> 15 17 #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 19 20 20 21 poly convFactoryPSingP ( const CanonicalForm & f, const ring r ); … … 36 37 //poly convFactoryPSingTrP ( const CanonicalForm & f, const ring r ); 37 38 39 // HAVE_FACTORY 40 #endif 41 38 42 #endif /* INCL_SINGCONV_H */ -
libpolys/polys/clapsing.cc
r7829fb r9144617 12 12 #include <misc/auxiliary.h> 13 13 14 15 TODO(Martin, Please adapt the following code for the use in SW)16 #ifdef HAVE_FACTORY17 18 14 #define SI_DONT_HAVE_GLOBAL_VARS 19 15 #include <omalloc/omalloc.h> … … 22 18 23 19 // #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 30 21 #include "monomials/ring.h" 31 22 #include "simpleideals.h" 32 23 //#include "polys.h" 24 25 26 TODO(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> 33 35 34 36 void out_cf(const char *s1,const CanonicalForm &f,const char *s2); -
libpolys/polys/clapsing.h
r7829fb r9144617 12 12 #define INCL_FACTORYSING_H 13 13 14 // #include <kernel/structs.h>15 14 #include <polys/monomials/p_polys.h> 16 15 #include <polys/monomials/ring.h>
Note: See TracChangeset
for help on using the changeset viewer.