Skip to content
Snippets Groups Projects
Commit a2a4e57f authored by Markus Blatt's avatar Markus Blatt
Browse files

Missed thid checkin.

Make the beighbourids setable.

[[Imported from SVN: r6445]]
parent 0151cdf3
No related branches found
No related tags found
No related merge requests found
......@@ -299,6 +299,11 @@ namespace Dune {
}
const std::set<int>& getNeighbours() const
{
return neighbourIds;
}
/**
* @brief Destructor.
*/
......
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