Changeset ca9096f in git for Singular/mpsr.h
- Timestamp:
- Aug 16, 2011, 7:31:07 PM (12 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- 643b538e22eb5f58bfb7663b4801ca17c1bfb00a
- Parents:
- 9b57340f94fb367ee993e6e90c527c2c5208501b
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-16 19:31:07+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:21+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/mpsr.h
r9b5734 rca9096f 12 12 * 13 13 ***************************************************************/ 14 #ifdef HAVE_MPSR15 16 14 #ifndef __MPSR__ 17 15 #define __MPSR__ 18 16 17 #ifdef HAVE_MPSR 18 19 20 #include <omalloc/omalloc.h> 21 22 #include <coeffs/numbers.h> 23 24 #include <polys/polys.h> 25 #include <polys/monomials/ring.h> 26 27 #include <kernel/structs.h> 28 29 #include <Singular/subexpr.h> 30 19 31 // now the MP include stuff (is surrounded by ifndef there) 20 32 #include <MP.h> 21 22 33 #include <MPT.h> 23 #include <kernel/structs.h>24 #include "subexpr.h"25 #include <omalloc/omalloc.h>26 #include <polys/polys.h>27 #include <coeffs/numbers.h>28 #include <polys/monomials/ring.h>29 34 30 35 /*************************************************************** … … 267 272 268 273 274 #endif // #ifdef HAVE_MPSR 275 269 276 #endif 270 #endif
Note: See TracChangeset
for help on using the changeset viewer.