mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 07:11:12 +00:00
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:
commit
7c2f4c7950
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