Skip to content

Commit

Permalink
fix incorrect object count for dynamic points
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr committed Oct 17, 2024
1 parent 151e0ad commit 4ede216
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qlever-petrimaps/server/Requestor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ void Requestor::request(const std::string& qry) {

// dynamic points present in query
_dynamicPoints = getDynamicPoints(reader._ids);
_numObjects += _dynamicPoints.size();

LOG(INFO) << "[REQUESTOR] ... done, got "
<< _objects.size() + _dynamicPoints.size() << " objects.";
Expand Down

0 comments on commit 4ede216

Please sign in to comment.