mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 07:11:12 +00:00
further enhancements to void merger trees
This commit is contained in:
parent
9ec3b1f0ee
commit
c7b9a4f14b
4 changed files with 106 additions and 86 deletions
|
@ -245,6 +245,7 @@ void loadCatalog(const char *partFile, const char *volFile,
|
|||
float ranges[3][2];
|
||||
|
||||
printf("Loading info...\n");
|
||||
printf("HELLO %s\n", infoFile);
|
||||
NcFile f_info(infoFile);
|
||||
ranges[0][0] = f_info.get_att("range_x_min")->as_double(0);
|
||||
ranges[0][1] = f_info.get_att("range_x_max")->as_double(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue