mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
I changed the number of the characters accepted for input and output directories.
This commit is contained in:
parent
b78ff2bd52
commit
74d8907c1c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue