Remove exception handler in IdealCurves.h

This commit is contained in:
Ian Bell
2015-06-07 19:34:55 -06:00
parent 6b282109d0
commit e892bbf016

View File

@@ -75,7 +75,7 @@ namespace CoolProp{
break;
}
}
catch (std::exception &e){
catch (std::exception &){
break;
}
}