mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
whoops, inserted a bug
This commit is contained in:
parent
2e832dd415
commit
a2ad3cc4f2
1 changed files with 3 additions and 3 deletions
|
@ -125,7 +125,7 @@ int main(int argc, char **argv) {
|
|||
}
|
||||
|
||||
int i, p, p2, numPartTot, numZonesTot, dummy, iVoid, iZ;
|
||||
int numVoids, mockIndex, numKept;
|
||||
int numVoids, mockIndex;
|
||||
double tolerance;
|
||||
FILE *fp, *fpZobov, *fpCenters, *fpCentersNoCut, *fpBarycenter,
|
||||
*fpDistances, *fpShapes, *fpSkyPositions;
|
||||
|
@ -714,7 +714,7 @@ int main(int argc, char **argv) {
|
|||
|
||||
name = "central";
|
||||
openFiles(outputDir, sampleName, name,
|
||||
mockIndex, numKept,
|
||||
mockIndex, voids.size(),
|
||||
&fpZobov, &fpCenters, &fpCentersNoCut, &fpBarycenter,
|
||||
&fpDistances, &fpShapes, &fpSkyPositions);
|
||||
|
||||
|
@ -731,7 +731,7 @@ int main(int argc, char **argv) {
|
|||
|
||||
name = "all";
|
||||
openFiles(outputDir, sampleName, name,
|
||||
mockIndex, numKept,
|
||||
mockIndex, voids.size(),
|
||||
&fpZobov, &fpCenters, &fpCentersNoCut, &fpBarycenter,
|
||||
&fpDistances, &fpShapes, &fpSkyPositions);
|
||||
for (iVoid = 0; iVoid < voids.size(); iVoid++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue