Update cluster_research.c
This commit is contained in:
@@ -116,7 +116,7 @@ int main (void) {
|
||||
}
|
||||
}
|
||||
z = z - 1;
|
||||
}
|
||||
}
|
||||
|
||||
// -- top right corner
|
||||
z = 5;
|
||||
@@ -135,7 +135,7 @@ int main (void) {
|
||||
}
|
||||
}
|
||||
z = z - 1;
|
||||
}
|
||||
}
|
||||
|
||||
// diagonal north/east match research
|
||||
|
||||
@@ -173,7 +173,7 @@ int main (void) {
|
||||
}
|
||||
}
|
||||
z = z - 1;
|
||||
}
|
||||
}
|
||||
|
||||
// -- bottom right corner
|
||||
z = 5;
|
||||
@@ -195,6 +195,6 @@ int main (void) {
|
||||
}
|
||||
z = z - 1;
|
||||
k++;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user