1
0
Fork 0

Fix call to CXX for distance > 1 AQL_NEIGHBORS. Experimental.

This commit is contained in:
Max Neunhoeffer 2015-05-24 17:08:45 +00:00
parent e21bff2f80
commit 20d7e8d2ba
1 changed files with 1 additions and 0 deletions

View File

@ -6488,6 +6488,7 @@ function FILTERED_EDGES (edges, vertex, direction, examples) {
function useCXXforDeepNeighbors (vertexCollection, edgeCollection,
vertex, options) {
var db = require("internal").db;
var l = [vertex];
var s = new Set();
s.add(vertex);