mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Have mockIndex set to np if negative in jozov
This commit is contained in:
parent
bdb6ff2ebd
commit
f1e80ac6ed
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ int main(int argc,char **argv) {
|
|||
exit(0);
|
||||
}
|
||||
fread(&np,1, sizeof(int),adj);
|
||||
if (mockIndex < 0)
|
||||
mockIndex = np;
|
||||
|
||||
printf("adj: %d particles\n", np);
|
||||
FF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue