Changeset d663f2 in git for libpolys/coeffs/longrat0.cc
- Timestamp:
- Aug 25, 2011, 6:52:34 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 50b874afcba55b265e25d44bbebf37f1a74402a6
- Parents:
- ef6f951a70b932a931c74771bcc97ed20e73dad7
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-25 18:52:34+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:29+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/longrat0.cc
ref6f95 rd663f2 10 10 #include <stdio.h> 11 11 #include <string.h> 12 12 13 #include "config.h" 14 #include <misc/auxiliary.h> 15 16 #include <omalloc/omalloc.h> 13 17 #include <reporter/reporter.h> 14 #include <coeffs/coeffs.h> 15 #include <omalloc/omalloc.h> 16 #include <coeffs/longrat.h> 17 #include <coeffs/numbers.h> 18 19 #include "coeffs.h" 20 #include "numbers.h" 21 22 #include "longrat.h" 23 24 /// Our Type! 25 static const n_coeffType ID = n_Q; 26 27 //#ifndef SI_THREADS 28 omBin rnumber_bin = omGetSpecBin(sizeof(snumber)); // TODO: move this into coeffs-struct (for Q)?! 29 //#endif 30 18 31 19 32 #define SR_HDL(A) ((long)(A)) … … 143 156 } 144 157 158
Note: See TracChangeset
for help on using the changeset viewer.