Skip to content
Snippets Groups Projects
Commit 46678b8f authored by Oliver Sander's avatar Oliver Sander
Browse files

type LeafIndexSet now taken from the grid trait

[[Imported from SVN: r2886]]
parent 055da93d
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@ void Dune::AmiraMeshWriter<GridType>::writeGrid(const GridType& grid,
DUNE_THROW(IOError, "You can only write grids as AmiraMesh if dim==dimworld==2"
<< " or dim==dimworld==3.");
typename GridType::LeafIndexSet leafIndexSet = grid.leafIndexSet();
typename GridType::Traits::LeafIndexSet leafIndexSet = grid.leafIndexSet();
// Find out whether the grid contains only tetrahedra. If yes, then
// it is written in TetraGrid format. If not, it is written in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment