Changeset b54a36e in git for kernel/test.cc
- Timestamp:
- Aug 3, 2011, 8:56:41 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- ed82272d0e143c59b60e31b441961e2bbc3f3afd
- Parents:
- 2c52441d528d3c9973ac9373c0325fe522bab68e
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-03 20:56:41+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:24+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test.cc
r2c52441 rb54a36e 1 1 #include <omalloc/omalloc.h> 2 3 2 #include <misc/auxiliary.h> 3 4 4 #include <misc/intvec.h> 5 #include <misc/int64vec.h> 5 6 #include <misc/mylimits.h> 6 7 #include <misc/options.h> … … 15 16 #include <coeffs/si_gmp.h> 16 17 17 #include <polys/clapconv.h> 18 #include <polys/clapsing.h> 18 /* 19 19 #include <polys/kbuckets.h> 20 20 #include <polys/matpol.h> … … 37 37 #include <polys/nc/summator.h> 38 38 39 #include <polys/operations/pShallowCopyDelete.h> 39 //WRONG???/// #include <polys/operations/pShallowCopyDelete.h> // TODO! 40 40 41 41 #include <polys/templates/p_MemAdd.h> 42 42 #include <polys/templates/p_Procs.h> 43 43 44 // #include <polys/clapconv.h> // factory? 45 // #include <polys/clapsing.h> 46 */ 47 48 49 #ifdef HAVE_FACTORY 50 int initializeGMP(){ return 1; } // NEEDED FOR MAIN APP. LINKING!!! 51 #endif 52 53 /* 44 54 extern ring currRing; 45 46 //#ifdef HAVE_FACTORY47 //int initializeGMP(){ return 1; } // NEEDED FOR MAIN APP. LINKING!!!48 //#endif49 50 55 51 56 #include <coeffs/numbers.h> … … 58 63 59 64 #include "hutil.h" 60 #include "idrec.h" 65 //#include "idrec.h" // moved to Singular 61 66 #include "stairc.h" 62 67 #include "ideals.h" 63 68 #include "structs.h" 64 #include "int64vec.h"65 69 #include "syz.h" 66 70 #include "fast_maps.h" … … 93 97 #include "gfan.h" 94 98 95 // #include "kutil.h" // ??? 96 97 98 /* ALL: */ 99 #include "kutil.h" 100 99 101 100 102 // #include "CCRing.h" // Too old! … … 102 104 #include "digitech.h" 103 105 #include "eigenval.h" 104 //#include "F4.h" // uses tgb_internal105 #include "F5cData.h"106 #include "F4.h" // uses tgb_internal 107 //#include "F5cData.h" 106 108 #include "f5c.h" 107 #include "F5cLists.h"109 //#include "F5cLists.h" 108 110 #include "f5data.h" 109 111 #include "f5gb.h" … … 122 124 // #include "Ideal.h" // Too old? 123 125 #include "ideals.h" 124 #include "idrec.h"125 126 #include "IIntvec.h" 126 #include "int64vec.h"127 127 #include "khstd.h" 128 128 #include "kmatrix.h" … … 154 154 #include "tgbgauss.h" 155 155 #include "tgb.h" 156 //#include "tgb_internal.h" // uses kutil :(156 #include "tgb_internal.h" // uses kutil :( 157 157 #include "timer.h" 158 158 #include "units.h" … … 161 161 #include "walkSupport.h" 162 162 163 /* */ 164 165 163 */ 166 164 167 165 168 166 // Sources: 169 167 /* 170 168 #include "febase.cc" 171 169 #include "feread.cc" … … 291 289 #include "walkProc.cc" 292 290 #include "walkSupport.cc" 291 */ 292 293 294 295 int main( int, char *argv[] ) 296 { 297 feInitResources(argv[0]); 298 299 StringSetS("ressources in use (as reported by feStringAppendResources(0):\n"); 300 feStringAppendResources(0); 301 PrintS(StringAppendS("\n")); 302 303 return 0; 304 }
Note: See TracChangeset
for help on using the changeset viewer.