Turned off debug for 600-cell
parent
2992f4ab66
commit
c500957609
|
@ -186,7 +186,7 @@ function make_600cell_vertices() {
|
||||||
|
|
||||||
export const cell600 = () => {
|
export const cell600 = () => {
|
||||||
const nodes = make_600cell_vertices();
|
const nodes = make_600cell_vertices();
|
||||||
const links = auto_detect_edges(nodes, 12, true);
|
const links = auto_detect_edges(nodes, 12);
|
||||||
return {
|
return {
|
||||||
nodes: nodes,
|
nodes: nodes,
|
||||||
links: links,
|
links: links,
|
||||||
|
|
Loading…
Reference in New Issue