mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04: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