This commit is contained in:
2025-03-13 16:14:12 +01:00
parent cf62f8cae8
commit 9508dd1adc
2 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,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