annotate DEPENDENCIES/generic/include/boost/numeric/odeint/config.hpp @ 133:4acb5d8d80b6 tip

Don't fail environmental check if README.md exists (but .txt and no-suffix don't)
author Chris Cannam
date Tue, 30 Jul 2019 12:25:44 +0100
parents c530137014c0
children
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@101 9 Copyright 2011-2012 Mario Mulansky
Chris@101 10 Copyright 2011-2012 Karsten Ahnert
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@101 20
Chris@16 21 //increase macro variable to allow rk78 scheme
Chris@16 22 #ifndef FUSION_MAX_VECTOR_SIZE
Chris@16 23 #define FUSION_MAX_VECTOR_SIZE 15
Chris@16 24 #endif
Chris@16 25
Chris@101 26
Chris@16 27 /*
Chris@16 28 * the following definitions are only required if fusion vectors are used as state types
Chris@16 29 * in the rk78 scheme
Chris@16 30 * they should be defined by the user if required, see e.g. libs/numeric/examples/harmonic_oscillator_units.cpp
Chris@16 31 */
Chris@16 32 #ifndef BOOST_FUSION_INVOKE_MAX_ARITY
Chris@16 33 #define BOOST_FUSION_INVOKE_MAX_ARITY 15
Chris@16 34 #endif
Chris@16 35
Chris@16 36 #ifndef BOOST_RESULT_OF_NUM_ARGS
Chris@16 37 #define BOOST_RESULT_OF_NUM_ARGS 15
Chris@16 38 #endif
Chris@101 39
Chris@101 40
Chris@101 41
Chris@101 42
Chris@16 43
Chris@16 44 #include <boost/config.hpp>
Chris@16 45
Chris@16 46 #if __cplusplus >= 201103L
Chris@16 47 #define BOOST_NUMERIC_ODEINT_CXX11 1
Chris@16 48 #endif
Chris@16 49
Chris@16 50
Chris@101 51
Chris@101 52
Chris@16 53 #endif // BOOST_NUMERIC_ODEINT_CONFIG_HPP_INCLUDED