Changeset 01c0298 in git
- Timestamp:
- Jul 30, 2013, 7:31:18 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- b60bfe549e97ab070e151414080fbef95a165146
- Parents:
- 70cc24be4069e6e8582f4cd0ed1d5daefc6408c3
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/tesths.cc
r70cc24 r01c0298 39 39 #include "feOpt.h" 40 40 #include "distrib.h" 41 #include "bigintm.h"42 41 #include "mmalloc.h" 43 42 #include "tok.h" … … 141 140 142 141 /* say hello */ 143 //for official version: not active144 //bigintm_setup();145 142 146 143 if (TEST_V_QUIET) -
dyn_modules/bigintm/bigintm.cc
r70cc24 r01c0298 7 7 #include <omalloc/omalloc.h> 8 8 #include <coeffs/coeffs.h> 9 #include < kernel/longrat.h>9 #include <coeffs/longrat.h> 10 10 11 11 #include <kernel/febase.h> -
kernel/Makefile.am
r70cc24 r01c0298 76 76 eigenval.h units.h \ 77 77 ratgring.h shiftgb.h nc.h \ 78 preimage.h longrat.htimer.h kInline.h modulop.h fast_mult.h \78 preimage.h timer.h kInline.h modulop.h fast_mult.h \ 79 79 digitech.h tgb.h ringgb.h tgbgauss.h tgb_internal.h \ 80 80 linearAlgebra.h \
Note: See TracChangeset
for help on using the changeset viewer.