We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42510aa commit e560de5Copy full SHA for e560de5
src/ipc/dynamics/rigid/mass.cpp
@@ -56,7 +56,7 @@ namespace {
56
assert(faces.rows() > 0 && faces.cols() == 3);
57
58
// order: 1, x, y, z, x^2, y^2, z^2, xy, yz, zx
59
- std::array<double, 10> integral = { 0.0 };
+ std::array<double, 10> integral {};
60
61
for (int i = 0; i < faces.rows(); i++) {
62
// Get vertices of triangle i.
0 commit comments