Skip to content
Snippets Groups Projects
Commit 10162dd7 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Do not specify template needlessly

parent 2d8dedd1
Branches
No related tags found
No related merge requests found
......@@ -181,8 +181,8 @@ int main(int argc, char *argv[]) {
Dune::BitSetVector<1> neumannNodes(grid.size(grid.maxLevel(), dim), false);
Dune::BitSetVector<1> frictionalNodes(grid.size(grid.maxLevel(), dim),
false);
setup_boundary<GridType::LeafGridView>(leafView, end_points, ignoreNodes,
neumannNodes, frictionalNodes);
setup_boundary(leafView, end_points, ignoreNodes, neumannNodes,
frictionalNodes);
typedef MyConvexProblem<OperatorType, VectorType, Dune::LinearFunction>
MyConvexProblemType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment