mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-21 03:48:08 -05:00
Remove exception handler in IdealCurves.h
This commit is contained in:
@@ -75,7 +75,7 @@ namespace CoolProp{
|
||||
break;
|
||||
}
|
||||
}
|
||||
catch (std::exception &e){
|
||||
catch (std::exception &){
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user