mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add comment on trailing return type with decltype that is used for detecting the signature of the coarsen function of the Dune::Amg::IndicesCoarsener
This commit is contained in:
parent
74608147c0
commit
6dfa9b1b76
@ -227,6 +227,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
// trailing return type with decltype used for detecting the signature of coarsen member function by overloading this coarsen function
|
||||
template <typename RN, typename PI, typename PG, typename VM, typename AM>
|
||||
auto coarsen(RN& renumberer,
|
||||
PI& pinfo,
|
||||
|
Loading…
Reference in New Issue
Block a user