diff --git a/hyper.h b/hyper.h index b0bf3452..4637ea6f 100644 --- a/hyper.h +++ b/hyper.h @@ -396,7 +396,7 @@ template struct connection_table { T*& move(int i) { return move_table[i]; } unsigned char modspin(int i) { return spin(fix(i)); } void fullclear() { - for(int i=0; idegree(); i++) move_table[i] = NULL; } void connect(int d0, T* c1, int d1, bool m) { move(d0) = c1;