Skip to content

Commit 0f9466c

Browse files
janherlingmeta-codesync[bot]
authored andcommitted
Minor fix in Math
Summary: $title Reviewed By: enpe Differential Revision: D86107501 Privacy Context Container: L1192943 fbshipit-source-id: 00ed4819ccaec48e331f2a3f224086e4e20ec361
1 parent df5201d commit 0f9466c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impl/ocean/math/ClusteringKMeans.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class Clustering<false>::Data
253253
const Observation** observationPointers_ = nullptr;
254254

255255
/// The number of observation elements of this data object.
256-
size_t numberObservations_;
256+
size_t numberObservations_ = 0;
257257
};
258258

259259
/**

0 commit comments

Comments
 (0)