Changeset 9144617 in git for libpolys/polys/clapconv.h
- Timestamp:
- May 19, 2011, 6:04:21 AM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 */
Note: See TracChangeset
for help on using the changeset viewer.