Initialize baseCases and scores correctly.
This commit is contained in:
@@ -76,7 +76,9 @@ RangeSearch<MetricType, MatType, TreeType>::RangeSearch(
|
||||
treeOwner(false),
|
||||
naive(false),
|
||||
singleMode(singleMode),
|
||||
metric(metric)
|
||||
metric(metric),
|
||||
baseCases(0),
|
||||
scores(0)
|
||||
{
|
||||
// Nothing else to initialize.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user