Skip to content
Snippets Groups Projects
Commit 7262d4f4 authored by gsavin's avatar gsavin
Browse files

Fix Eccentricity

parent 78594fb0
Branches
Tags
No related merge requests found
......@@ -117,5 +117,7 @@ public class Eccentricity implements Algorithm {
for (Node node : graph.getEachNode())
node.setAttribute(eccentricityAttribute, eccentricity
.contains(node) ? isInEccentricity : isNotInEccentricity);
eccentricity.clear();
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment