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 83a7ecb commit 8427ddbCopy full SHA for 8427ddb
ed_sensor_integration/src/association_matrix.cpp
@@ -15,7 +15,7 @@ bool compareEntries(const AssociationMatrix::Entry& e1, const AssociationMatrix:
15
16
// ----------------------------------------------------------------------------------------------------
17
18
-AssociationMatrix::AssociationMatrix(unsigned int num_measurements) : matrix_(num_measurements), i_max_entity_(0)
+AssociationMatrix::AssociationMatrix(unsigned int num_measurements) : i_max_entity_(0), matrix_(num_measurements)
19
{
20
}
21
0 commit comments