Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 193222cb authored by frey_m's avatar frey_m
Browse files

AMR-Trilinos: Fix typo

parent eefe4026
No related branches found
No related tags found
1 merge request!31Master
......@@ -9,7 +9,7 @@ MueLuBottomSolver<Level>::MueLuBottomSolver(const bool& rebalance)
: hierarchy_mp(Teuchos::null),
finest_mp(Teuchos::null),
A_mp(Teuchos::null),
nSweeps_m(4).
nSweeps_m(4),
rebalance_m(rebalance)
{
this->initMueLuList_m();
......
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