Skip to content
Snippets Groups Projects
Commit 4ecfaaf8 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

implement hotfix to branch

parent 803d5ee7
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ int main(int argc, char** argv)
widths.push_back(h);
prob.globalBasis().update(gridView);
prob.solutionVector().compress();
prob.assemble(adaptInfo);
prob.solve(adaptInfo);
......
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