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