I changed the number of the characters accepted for input and output directories.

This commit is contained in:
Katayoon Ghaemiardakani 2025-03-12 10:03:54 +00:00
parent b78ff2bd52
commit 74d8907c1c

View file

@ -20,7 +20,7 @@ int compare_int(const void *a, const void *b)
int main(int argc, char *argv[]) {
FILE *part, *adj, *vol;
char partfile[200], *suffix, adjfile[200], volfile[200], *outDir;
char partfile[2048], *suffix, adjfile[2048], volfile[2048], *outDir;
float *vols, volstemp;
int *cnt_adj;