Update cluster_research.c

This commit is contained in:
Jason Bou-Samra
2024-06-10 19:55:59 +10:00
committed by GitHub
parent 78729798dd
commit e6b54b40b7
+4 -4
View File
@@ -116,7 +116,7 @@ int main (void) {
} }
} }
z = z - 1; z = z - 1;
} }
// -- top right corner // -- top right corner
z = 5; z = 5;
@@ -135,7 +135,7 @@ int main (void) {
} }
} }
z = z - 1; z = z - 1;
} }
// diagonal north/east match research // diagonal north/east match research
@@ -173,7 +173,7 @@ int main (void) {
} }
} }
z = z - 1; z = z - 1;
} }
// -- bottom right corner // -- bottom right corner
z = 5; z = 5;
@@ -195,6 +195,6 @@ int main (void) {
} }
z = z - 1; z = z - 1;
k++; k++;
} }
} }