We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e995799 commit fb4cf67Copy full SHA for fb4cf67
src/ipc/potentials/normal_adhesion_potential.cpp
@@ -68,7 +68,7 @@ NormalAdhesionPotential::normal_adhesion_potential_args(const double dmin) const
68
const double arg_dhat_a = 2 * dmin * dhat_a + dhat_a * dhat_a;
69
const double a2 =
70
Y * eps_c / (4 * (dhat_p + dmin) * (arg_dhat_p - arg_dhat_a));
71
- return { arg_dhat_p, arg_dhat_a, a2 };
+ return { { arg_dhat_p, arg_dhat_a, a2 } };
72
}
73
74
} // namespace ipc
0 commit comments