fingerprint .ramIndex / tree nodes

This commit is contained in:
Pepijn Schoen
2017-04-07 16:51:00 +02:00
committed by Patrick Niklaus
parent 8da96f8d94
commit 85ec50552d
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ using BenchStaticRTree = util::StaticRTree<RTreeLeaf, storage::Ownership::Contai
std::vector<util::Coordinate> loadCoordinates(const boost::filesystem::path &nodes_file)
{
storage::io::FileReader nodes_path_file_reader(nodes_file,
storage::io::FileReader::HasNoFingerprint);
storage::io::FileReader::VerifyFingerprint);
extractor::QueryNode current_node;
unsigned coordinate_count = nodes_path_file_reader.ReadElementCount32();