Changeset 5ab313 in git
- Timestamp:
- Mar 25, 2014, 2:59:56 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 444a61cc87f1046ef2b69176a7cbcb39e8ec86fb
- Parents:
- f2f5ea2fec5d8f364d1161f380e4aa9290565847
- git-author:
- Adi Popescu <adi_popescum@yahoo.de>2014-03-25 14:59:56+01:00
- git-committer:
- Adi Popescu <adi_popescum@yahoo.de>2014-03-25 17:28:29+01:00
- Files:
-
- 9 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
rf2f5ea r5ab313 77 77 #include <kernel/linearAlgebra.h> 78 78 79 #include <kernel/ hutil.h>79 #include <kernel/combinatorics/hutil.h> 80 80 81 81 // for tests of t-rep-GB -
Singular/ipshell.cc
rf2f5ea r5ab313 49 49 ////// #include <coeffs/ffields.h> 50 50 #include <polys/clapsing.h> 51 #include <kernel/ hutil.h>51 #include <kernel/combinatorics/hutil.h> 52 52 #include <polys/monomials/ring.h> 53 53 #include <Singular/ipshell.h> -
Singular/walk_ip.cc
rf2f5ea r5ab313 44 44 //#include <kernel/ffields.h> 45 45 #include <polys/clapsing.h> 46 #include <kernel/ hutil.h>46 #include <kernel/combinatorics/hutil.h> 47 47 #include <Singular/ipshell.h> 48 48 #include <kernel/groebner_walk/walkMain.h> -
kernel/Makefile.am
rf2f5ea r5ab313 35 35 libkernel_la_SOURCES = $(SOURCES) 36 36 37 KERNELHEADERS = mod2.h polys.h hutil.hstairc.h ideals.h \37 KERNELHEADERS = mod2.h polys.h stairc.h ideals.h \ 38 38 structs.h \ 39 39 syz.h \ -
kernel/combinatorics/Makefile.am
rf2f5ea r5ab313 7 7 libcombinatorics_la_SOURCES=hdegree.cc hilb.cc hutil.cc 8 8 9 #libcombinatorics_la_includedir=$(includedir)/kernel/combinatorics10 #libcombinatorics_la_include_HEADERS=hutil.h9 libcombinatorics_la_includedir=$(includedir)/kernel/combinatorics 10 libcombinatorics_la_include_HEADERS=hutil.h 11 11 12 12 -
kernel/combinatorics/hdegree.cc
rf2f5ea r5ab313 19 19 #include <misc/intvec.h> 20 20 #include <coeffs/numbers.h> 21 #include <kernel/ hutil.h>21 #include <kernel/combinatorics/hutil.h> 22 22 #include <kernel/stairc.h> 23 23 -
kernel/combinatorics/hilb.cc
rf2f5ea r5ab313 15 15 #include <kernel/polys.h> 16 16 #include <misc/intvec.h> 17 #include <kernel/ hutil.h>17 #include <kernel/combinatorics/hutil.h> 18 18 #include <kernel/stairc.h> 19 19 //ADICHANGES: -
kernel/combinatorics/hutil.cc
rf2f5ea r5ab313 15 15 #include <kernel/ideals.h> 16 16 #include <kernel/polys.h> 17 #include <kernel/ hutil.h>17 #include <kernel/combinatorics/hutil.h> 18 18 19 19 scfmon hexist, hstc, hrad, hwork; -
kernel/test.cc
rf2f5ea r5ab313 67 67 68 68 // HEADERS: 69 #include <kernel/ hutil.h>69 #include <kernel/combinatorics/hutil.h> 70 70 #include <kernel/stairc.h> 71 71 #include <kernel/ideals.h>
Note: See TracChangeset
for help on using the changeset viewer.