Change the maximum string size for input/output directories.

Merged in Katayoon-Ghaemi/voztiec-edited (pull request #8)

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

Approved-by: Guilhem Lavaux
This commit is contained in:
Katayoon Ghaemiardakani 2025-03-13 10:14:15 +00:00 committed by Guilhem Lavaux
commit 7c2f4c7950

View file

@ -20,7 +20,7 @@ int compare_int(const void *a, const void *b)
int main(int argc, char *argv[]) { int main(int argc, char *argv[]) {
FILE *part, *adj, *vol; 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; float *vols, volstemp;
int *cnt_adj; int *cnt_adj;