diff --git a/polytopes.js b/polytopes.js index 8dbbfac..affc219 100644 --- a/polytopes.js +++ b/polytopes.js @@ -186,7 +186,7 @@ function make_600cell_vertices() { export const cell600 = () => { const nodes = make_600cell_vertices(); - const links = auto_detect_edges(nodes, 12, true); + const links = auto_detect_edges(nodes, 12); return { nodes: nodes, links: links,