Changeset e65b1a4 in git
- Timestamp:
- Feb 13, 2012, 7:05:28 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 32248fa9353779350e982430b9632e5d2926dd1a
- Parents:
- e2b6f5cbf71f07f69fa68f5b43829fc5c81ac042
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-13 19:05:28+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-13 19:12:22+01:00
- Files:
-
- 6 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
Singular/claptmpl.cc
re2b6f5c re65b1a4 65 65 // libfac: 66 66 #ifdef HAVE_LIBFAC 67 # include <factory/libfac/ factor.h>67 # include <factory/libfac/libfac.h> 68 68 #endif 69 69 -
Singular/extra.cc
re2b6f5c re65b1a4 156 156 157 157 #ifdef HAVE_LIBFAC 158 //#include <factory/libfac/ factor.h>158 //#include <factory/libfac/libfac.h> 159 159 #endif 160 160 -
factory/libfac/Makefile.am
re2b6f5c re65b1a4 44 44 libfac_includedir=$(includedir)/factory/libfac 45 45 46 libfac_include_HEADERS = factor.h46 libfac_include_HEADERS = libfac.h 47 47 48 48 EXTRA_DIST = factor/class.cc \ -
factory/libfac/test.cc
re2b6f5c re65b1a4 2 2 /////////////////////////////////////////////////////////////////////////////// 3 3 // Factor - Includes 4 #include " factor.h"4 #include "libfac.h" 5 5 #ifdef HAVE_IOSTREAM 6 6 #include <iostream> -
factory/libfac/testcs.cc
re2b6f5c re65b1a4 2 2 3 3 #include <factory.h> 4 #include < factor.h>4 #include <libfac.h> 5 5 #ifdef HAVE_IOSTREAM 6 6 #include <iostream> -
libpolys/polys/clapsing.cc
re2b6f5c re65b1a4 18 18 19 19 #ifdef HAVE_LIBFAC 20 #include <factory/libfac/ factor.h>20 #include <factory/libfac/libfac.h> 21 21 #endif 22 22
Note: See TracChangeset
for help on using the changeset viewer.