Changeset d7b7c6 in git


Ignore:
Timestamp:
Mar 25, 2014, 4:37:26 PM (10 years ago)
Author:
Adi Popescu <adi_popescum@…>
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
Message:
Separating Sources: kernel/spectrum
Files:
1 added
2 edited
6 moved

Legend:

Unmodified
Added
Removed
  • configure.ac

    r706551b rd7b7c6  
    205205AC_CONFIG_FILES([kernel/groebner_walk/Makefile])
    206206AC_CONFIG_FILES([kernel/combinatorics/Makefile])
     207AC_CONFIG_FILES([kernel/spectrum/Makefile])
    207208
    208209AC_CONFIG_SUBDIRS([gfanlib])
  • kernel/Makefile.am

    r706551b rd7b7c6  
    22# TODO: use ${top_srcdir} instead of .. in the above?
    33
    4 SUBDIRS=sample numeric fglm groebner_walk combinatorics
     4SUBDIRS=sample numeric fglm groebner_walk combinatorics spectrum
    55# kernelsample   
    66
     
    2222    syz.cc syz0.cc syz1.cc syz2.cc syz3.cc \
    2323    timer.cc \
    24     GMPrat.cc multicnt.cc npolygon.cc semic.cc spectrum.cc splist.cc \
    2524    eigenval.cc units.cc \
    2625    fast_mult.cc digitech.cc \
     
    6261${builddir}/groebner_walk/libgroebner_walk.la \
    6362${builddir}/combinatorics/libcombinatorics.la \
     63${builddir}/spectrum/libspectrum.la \
    6464${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD} \
    6565${abs_top_builddir}/libpolys/polys/libpolys.la
  • kernel/spectrum/semic.cc

    r706551b rd7b7c6  
    1111#include "singularconfig.h"
    1212#endif /* HAVE_CONFIG_H */
    13 #include "mod2.h"
     13#include <kernel/mod2.h>
    1414
    1515#ifdef HAVE_SPECTRUM
     
    3131#include <misc/intvec.h>
    3232#include <misc/mylimits.h>
    33 #include "GMPrat.h"
    34 #include "semic.h"
     33#include <kernel/GMPrat.h>
     34#include <kernel/semic.h>
    3535
    3636// ----------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.