Changeset aec311 in git
- Timestamp:
- Aug 4, 2011, 3:22:00 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- e585b609a109f4d4e1bc0cb54ceabf5dd6659d2a
- Parents:
- a3d94cc8a8a42a2f0a10758342fc722d5672fa42
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-04 15:22:00+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:26+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test.cc
ra3d94c raec311 16 16 #include <coeffs/si_gmp.h> 17 17 18 /*19 18 #include <polys/kbuckets.h> 20 19 #include <polys/matpol.h> … … 37 36 #include <polys/nc/summator.h> 38 37 39 //WRONG???/// #include <polys/operations/pShallowCopyDelete.h> // TODO!40 38 41 39 #include <polys/templates/p_MemAdd.h> 42 40 #include <polys/templates/p_Procs.h> 43 41 44 // #include <polys/clapconv.h> // factory? 45 // #include <polys/clapsing.h> 46 */ 42 #include <polys/operations/pShallowCopyDelete.h> 43 44 #include <polys/clapsing.h> 47 45 48 46 … … 51 49 #endif 52 50 53 /*54 extern ring currRing;55 51 56 52 #include <coeffs/numbers.h> … … 58 54 59 55 #include "mod2.h" 60 61 56 #include "structs.h" 57 58 62 59 // HEADERS: 63 64 60 #include "hutil.h" 65 61 //#include "idrec.h" // moved to Singular 66 62 #include "stairc.h" 67 63 #include "ideals.h" 68 #include "structs.h"69 64 #include "syz.h" 70 65 #include "fast_maps.h" … … 75 70 #include "khstd.h" 76 71 /// #include "sparsmat.h" // TODO: install polys/this! 72 //+ 73 77 74 #include "fglm.h" 78 75 #include "kstd1.h" … … 81 78 #include "kstdfac.h" 82 79 #include "kmatrix.h" 83 #include "dbm_sl.h"84 80 #include "GMPrat.h" 85 81 #include "multicnt.h" … … 99 95 #include "kutil.h" 100 96 97 ////// #include "dbm_sl.h" // TODO: needs si_link?! 101 98 102 99 // #include "CCRing.h" // Too old! 103 #include "dbm_sl.h"104 100 #include "digitech.h" 105 101 #include "eigenval.h" 106 #include "F4.h" // uses tgb_internal107 //#include "F5cData.h"108 #include "f5c.h"109 //#include "F5cLists.h"110 #include "f5data.h"111 #include "f5gb.h"112 #include "f5lists.h"113 102 #include "fast_maps.h" 114 103 #include "fast_mult.h" 115 104 #include "febase.h" 116 105 #include "fegetopt.h" 106 117 107 #include "fglmgauss.h" 118 108 #include "fglm.h" 119 109 #include "fglmvec.h" 110 111 ////////#include "F5cData.h" 112 #include "f5c.h" 113 #include "f5data.h" 114 #include "f5gb.h" 115 #include "f5lists.h" 116 ////////#include "F5cLists.h" 117 120 118 #include "gfan.h" 119 120 121 121 #include "GMPrat.h" 122 122 123 // #include "htmlhelp.h" // For Windows // 123 124 #include "hutil.h" 124 125 // #include "Ideal.h" // Too old? 126 127 125 128 #include "ideals.h" 126 #include "IIntvec.h" 127 #include "khstd.h" 129 128 130 #include "kmatrix.h" 129 131 #include "kstd1.h" 130 132 #include "kstdfac.h" 133 #include "khstd.h" 131 134 132 135 #include "linearAlgebra.h" 136 137 138 133 139 // #include "lplist.h" // Too old! 134 140 #include "mmalloc.h" … … 139 145 // #include "Poly.h" // Too old? 140 146 // #include "PowerSeries.h" // Too old? 147 148 141 149 #include "ratgring.h" 142 150 #include "ringgb.h" … … 154 162 #include "tgbgauss.h" 155 163 #include "tgb.h" 156 #include "tgb_internal.h" // uses kutil :( 164 157 165 #include "timer.h" 166 158 167 #include "units.h" 159 168 #include "walkMain.h" … … 161 170 #include "walkSupport.h" 162 171 163 */ 172 173 // NOTE: including any of the following will lead to including factory.h with a bunch of C++ errors... 174 #ifdef HAVE_FACTORY 175 // #include <factory/factory.h> // :( 176 #endif 177 // #include <polys/clapconv.h> // due to factory? :( 178 // #include "tgb_internal.h" // :( 179 // #include "F4.h" // uses tgb_internal // :( 180 // #include "IIntvec.h" // :( 181 182 164 183 165 184
Note: See TracChangeset
for help on using the changeset viewer.