Skip to content
Snippets Groups Projects
Commit 5e38f86d authored by Christian Engwer's avatar Christian Engwer
Browse files

[parallelindexset]

add missing implementation of state()

[[Imported from SVN: r7378]]
parent 47ede078
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,10 @@ namespace Dune
* @brief Get the state the index set is in.
* @return The state of the index set.
*/
inline const ParallelIndexSetState& state();
inline const ParallelIndexSetState& state()
{
return state_;
}
/**
* @brief Indicate that the index set is to be resized.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment