[properties] add forward declaration

This commit is contained in:
Bernd Flemisch 2020-05-15 16:20:32 +02:00
parent 2fe69dfd9b
commit cb81d87fd3

View File

@ -236,6 +236,9 @@ struct GetTypeTagInheritance<std::tuple<FirstTypeTag, OtherTypeTags...>>
using type = __VA_ARGS__; \
}
template <class TypeTag, class MyTypeTag>
struct Scalar;
/*!
* \ingroup Properties
* \brief Set a property to a simple constant scalar value.