Skip to content
Snippets Groups Projects
Commit 40e988e6 authored by Hkorb's avatar Hkorb
Browse files

Throw error when vtkfilecollection finds no files

parent 3eddc42d
No related branches found
No related tags found
1 merge request!245Add new probe, Refactor File Writer
......@@ -222,7 +222,7 @@ void VTKFileCollection::findFiles()
}
if(files.empty())
VF_LOG_CRITICAL("VTKFileCollection found no files!");
throw std::runtime_error("VTKFileCollection found no files!");
}
void TransientBCInputFileReader::getNeighbors(uint* neighbor0PP, uint* neighbor0PM, uint* neighbor0MP, uint* neighbor0MM)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment