mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
Added double-checking of flagged galaxies to ensure survey boundaries are respected. Python components of launchers now add their status to log files. Rearranged some warnings for broken tessellations due to guard point encounters, since it's not always a bad thing.
This commit is contained in:
parent
5d93a8a737
commit
ad2d3722cc
5 changed files with 122 additions and 36 deletions
|
@ -310,12 +310,14 @@ int main(int argc, char *argv[]) {
|
|||
}
|
||||
|
||||
// PMS - reset number of adjancies to not include links to border guards
|
||||
/*
|
||||
for (i=0; i<nvp; i++) {
|
||||
int nActual = 0;
|
||||
for (j = 0; j < adjs[i].nadj; j++)
|
||||
if (adjs[i].adj[j] < nvp) nActual++;
|
||||
adjs[i].nadj = nActual;
|
||||
}
|
||||
*/
|
||||
|
||||
/* Get the adjacencies back to their original values */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue