comparison DEPENDENCIES/generic/include/boost/numeric/odeint/config.hpp @ 16:2665513ce2d3

Add boost headers
author Chris Cannam
date Tue, 05 Aug 2014 11:11:38 +0100
parents
children c530137014c0
comparison
equal deleted inserted replaced
15:663ca0da4350 16:2665513ce2d3
1 /*
2 [auto_generated]
3 boost/numeric/odeint/config.hpp
4
5 [begin_description]
6 Sets configurations for odeint and used libraries. Should be included before any other odeint library
7 [end_description]
8
9 Copyright 2009-2011 Karsten Ahnert
10 Copyright 2009-2011 Mario Mulansky
11
12 Distributed under the Boost Software License, Version 1.0.
13 (See accompanying file LICENSE_1_0.txt or
14 copy at http://www.boost.org/LICENSE_1_0.txt)
15 */
16
17 #ifndef BOOST_NUMERIC_ODEINT_CONFIG_HPP_INCLUDED
18 #define BOOST_NUMERIC_ODEINT_CONFIG_HPP_INCLUDED
19
20 //increase macro variable to allow rk78 scheme
21 #ifndef FUSION_MAX_VECTOR_SIZE
22 #define FUSION_MAX_VECTOR_SIZE 15
23 #endif
24
25 /*
26 * the following definitions are only required if fusion vectors are used as state types
27 * in the rk78 scheme
28 * they should be defined by the user if required, see e.g. libs/numeric/examples/harmonic_oscillator_units.cpp
29 */
30 #ifndef BOOST_FUSION_INVOKE_MAX_ARITY
31 #define BOOST_FUSION_INVOKE_MAX_ARITY 15
32 #endif
33
34 #ifndef BOOST_RESULT_OF_NUM_ARGS
35 #define BOOST_RESULT_OF_NUM_ARGS 15
36 #endif
37 /*
38 */
39
40 #include <boost/config.hpp>
41
42 #if __cplusplus >= 201103L
43 #define BOOST_NUMERIC_ODEINT_CXX11 1
44 #endif
45
46
47 #endif // BOOST_NUMERIC_ODEINT_CONFIG_HPP_INCLUDED