Changeset 686f46 in git
- Timestamp:
- May 11, 2011, 7:03:48 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 529fa4949959b00e5797a75be00fe6738a132f14
- Parents:
- cd6df87ae4f52ce9e0b7fb9ae4a94c6f9a7e0f94
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-05-11 19:03:48+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:06+01:00
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/Makefile.am
rcd6df87 r686f46 188 188 gengftables_LDADD = -L${builddir} -lfactory $(GMP_LIBS) $(NTL_LIBS) 189 189 190 gengftables_SOURCES = gengftables-conway.cc ftmpl_inst.cc190 gengftables_SOURCES = gengftables-conway.cc 191 191 192 192 data_DATA = gftables … … 194 194 gftables: gengftables 195 195 @if test -r ${srcdir}/gftables; then \ 196 cp -r ${srcdir}/gftables ${builddir}; \ 196 if test ! -r ${builddir}/gftables; then \ 197 cp -r ${srcdir}/gftables ${builddir}; \ 198 fi; \ 197 199 else \ 198 200 echo "This command will take quite a long time to execute;"; \ -
factory/cf_hnf.cc
rcd6df87 r686f46 13 13 14 14 #ifdef HAVE_NTL 15 #if 0 15 16 #include "NTLconvert.h" 16 17 #include "canonicalform.h" … … 55 56 } 56 57 #endif 58 #endif -
libpolys/polys/clapsing.cc
rcd6df87 r686f46 1093 1093 1094 1094 #ifdef HAVE_NTL 1095 #if 0 1095 1096 matrix singntl_HNF(matrix m, const ring s ) 1096 1097 { … … 1210 1211 return mm; 1211 1212 } 1213 #endif 1212 1214 #endif 1213 1215
Note: See TracChangeset
for help on using the changeset viewer.