setting the stage for on-the-fly mask and edge calculation

This commit is contained in:
Paul M. Sutter 2024-06-05 01:06:36 +02:00
parent 99a441013d
commit aded7a7c2c
6 changed files with 143 additions and 67 deletions

View file

@ -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);