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

Use auto

parent d0eca03e
Branches
No related tags found
No related merge requests found
...@@ -260,7 +260,7 @@ int main(int argc, char *argv[]) { ...@@ -260,7 +260,7 @@ int main(int argc, char *argv[]) {
for (size_t i = 0; i < frictionalNodes.size(); ++i) { for (size_t i = 0; i < frictionalNodes.size(); ++i) {
if (frictionalNodes[i][0]) { if (frictionalNodes[i][0]) {
double const L = parset.get<double>("boundary.friction.ruina.L"); auto const L = parset.get<double>("boundary.friction.ruina.L");
double const unorm = u4_diff[i].two_norm(); double const unorm = u4_diff[i].two_norm();
// the (logarithmic) steady state corresponding to the current // the (logarithmic) steady state corresponding to the current
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment