Polish data structure

This commit is contained in:
2025-04-30 11:01:24 +02:00
parent 3e2d34bec7
commit 01d3dc7115
2 changed files with 239 additions and 235 deletions

View File

@ -221,7 +221,7 @@ int main(int argc, char *argv[]) {
auto firstfileh5 = std::make_unique<HDF5File>();
firstfileh5->SetFrameIndexPath(frameindexpath);
firstfileh5->SetImageDataPath(datasetpath);
std::cout << "Debug: Attempting to open file " << filenames[0].c_str() << std::endl;
//std::cout << "Debug: Attempting to open file " << filenames[0].c_str() << std::endl;
if ( firstfileh5->OpenResources(filenames[0].c_str(), validate_rank) ) {
// Validate number of threads