Skip to content
Snippets Groups Projects
Commit e5198102 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Remove redundant typename

parent d0a4d569
Branches
No related tags found
No related merge requests found
...@@ -438,7 +438,7 @@ class ObstacleTNNMGStep ...@@ -438,7 +438,7 @@ class ObstacleTNNMGStep
// solver components // solver components
NonlinearSmoother nonlinearSmoother_; NonlinearSmoother nonlinearSmoother_;
typename Dune::BitSetVector<blockSize> hasObstacle_; Dune::BitSetVector<blockSize> hasObstacle_;
double truncationTol_; double truncationTol_;
LinearMultigridStep linearMGStep_; LinearMultigridStep linearMGStep_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment