mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
setting the stage for on-the-fly mask and edge calculation
This commit is contained in:
parent
99a441013d
commit
aded7a7c2c
6 changed files with 143 additions and 67 deletions
|
@ -506,7 +506,7 @@ int main(int argc, char **argv) {
|
|||
for (iVoid = 0; iVoid < numVoids; iVoid++) {
|
||||
|
||||
voidID = voids[iVoid].voidID;
|
||||
printf(" DOING %d (of %d) %d %d %f\n", iVoid, numVoids, voidID,
|
||||
printf(" DOING %d (of %d) %d %d %f\n", iVoid+1, numVoids, voidID,
|
||||
voids[iVoid].numPart,
|
||||
voids[iVoid].radius);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue