further enhancements to void merger trees

This commit is contained in:
P.M. Sutter 2012-12-15 21:16:03 -06:00
parent 9ec3b1f0ee
commit c7b9a4f14b
4 changed files with 106 additions and 86 deletions

View file

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