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
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,7 @@ int main(int argc, char *argv[]) {
for (size_t i = 0; i < frictionalNodes.size(); ++i) {
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();
// the (logarithmic) steady state corresponding to the current
......
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