mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
[properties] add forward declaration
This commit is contained in:
parent
2fe69dfd9b
commit
cb81d87fd3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user