diff options
Diffstat (limited to 'core/continuous_property_impl.hpp')
-rw-r--r-- | core/continuous_property_impl.hpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/core/continuous_property_impl.hpp b/core/continuous_property_impl.hpp new file mode 100644 index 0000000..13695cf --- /dev/null +++ b/core/continuous_property_impl.hpp @@ -0,0 +1,13 @@ +#ifndef LEt1PyaObN7YkjcGFenqweegIyk +#define LEt1PyaObN7YkjcGFenqweegIyk + +#include "property_access.hpp" + +template<typename PropComp, typename Prop, typename Quant, typename Context> +inline typename Prop::type +ContinuousProperty_Evolve<PropComp, Prop, Quant, Context> +::eval(PropComp &pc, Context context, Time t, Time dt) { + return Property_Get<Prop>::eval(pc, context, t); +} + +#endif // LEt1PyaObN7YkjcGFenqweegIyk |