mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Fix Coverity CID 38624
This commit is contained in:
@@ -67,9 +67,7 @@ double convert_from_kSI_to_SI(long iInput, double value)
|
||||
return value;
|
||||
default:
|
||||
throw CoolProp::ValueError(format("index [%d] is invalid in convert_from_kSI_to_SI",iInput).c_str());
|
||||
break;
|
||||
}
|
||||
return _HUGE;
|
||||
}
|
||||
|
||||
double convert_from_SI_to_kSI(long iInput, double value)
|
||||
|
||||
Reference in New Issue
Block a user