1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-12-25 09:44:44 +00:00

more robust type cast in I/O functions

This commit is contained in:
2016-04-15 18:23:17 +01:00
parent 64936d551c
commit 0bd347d010
3 changed files with 8 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ int main(int argc, char *argv[])
{
process<DSample>(outFileName, fileName, code);
}
catch (bad_cast &e)
catch (Exceptions::Definition)
{
process<DMatSample>(outFileName, fileName, code);
}