This commit is contained in:
2025-07-01 14:55:40 +02:00
parent f42609b66f
commit e274524c55
2 changed files with 6 additions and 6 deletions

View File

@@ -238,10 +238,6 @@ void DataProcessor::LinkFileInMaster(const std::string &masterFileName,
const bool silentMode,
std::mutex *hdf5LibMutex) {
/*if (!multiRoiMetadata.empty()) {
throw std::runtime_error(
"Should not be here, roi with hdf5 virtual should throw.");
}*/
std::string fname{virtualFileName}, masterfname{masterFileName};
// if no virtual file, link data file
if (virtualFileName.empty()) {