blob: 13695cf1c5dfa13c81f5286a53e8f4b1878082b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|