diff --git a/hypgraph.cpp b/hypgraph.cpp index 8c5a5781..9b9decec 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -898,19 +898,25 @@ void drawEuclidean() { // mindx, mindy, maxdx, maxdy); int pvec = cellwalker_to_vec(centerover); - set visited = {0}; - vector dfs = {0}; + typedef pair euspot; + + const euspot zero = {0,0}; + + set visited = {zero}; + vector dfs = {zero}; ld centerd = matrixnorm(View); auto View0 = View; for(int i=0; i