Changeset d7b7c6 in git
- Timestamp:
- Mar 25, 2014, 4:37:26 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 54764c8a3a146933ed9de3118ed0fb51433aade6
- Parents:
- 706551b8742b3f376863feefc0871cbefa877055
- git-author:
- Adi Popescu <adi_popescum@yahoo.de>2014-03-25 16:37:26+01:00
- git-committer:
- Adi Popescu <adi_popescum@yahoo.de>2014-03-25 17:40:08+01:00
- Files:
-
- 1 added
- 2 edited
- 6 moved
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r706551b rd7b7c6 205 205 AC_CONFIG_FILES([kernel/groebner_walk/Makefile]) 206 206 AC_CONFIG_FILES([kernel/combinatorics/Makefile]) 207 AC_CONFIG_FILES([kernel/spectrum/Makefile]) 207 208 208 209 AC_CONFIG_SUBDIRS([gfanlib]) -
kernel/Makefile.am
r706551b rd7b7c6 2 2 # TODO: use ${top_srcdir} instead of .. in the above? 3 3 4 SUBDIRS=sample numeric fglm groebner_walk combinatorics 4 SUBDIRS=sample numeric fglm groebner_walk combinatorics spectrum 5 5 # kernelsample 6 6 … … 22 22 syz.cc syz0.cc syz1.cc syz2.cc syz3.cc \ 23 23 timer.cc \ 24 GMPrat.cc multicnt.cc npolygon.cc semic.cc spectrum.cc splist.cc \25 24 eigenval.cc units.cc \ 26 25 fast_mult.cc digitech.cc \ … … 62 61 ${builddir}/groebner_walk/libgroebner_walk.la \ 63 62 ${builddir}/combinatorics/libcombinatorics.la \ 63 ${builddir}/spectrum/libspectrum.la \ 64 64 ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD} \ 65 65 ${abs_top_builddir}/libpolys/polys/libpolys.la -
kernel/spectrum/semic.cc
r706551b rd7b7c6 11 11 #include "singularconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 #include "mod2.h"13 #include <kernel/mod2.h> 14 14 15 15 #ifdef HAVE_SPECTRUM … … 31 31 #include <misc/intvec.h> 32 32 #include <misc/mylimits.h> 33 #include "GMPrat.h"34 #include "semic.h"33 #include <kernel/GMPrat.h> 34 #include <kernel/semic.h> 35 35 36 36 // ----------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.