Yet another _HUGE

Last one I think
This commit is contained in:
Ian Bell
2020-12-13 09:15:55 -05:00
parent 2e138f000c
commit 7e4eecee3b

View File

@@ -1083,7 +1083,7 @@ void IdealHelmholtzCP0PolyT::to_json(rapidjson::Value &el, rapidjson::Document &
{
if (!enabled){ return; }
// Check that the reducing temperature value is provided
CoolPropDbl T_red = HUGE;
CoolPropDbl T_red = _HUGE;
if (ValidNumber(_Tr)) {
T_red = _Tr; // Primarily useful for testing
}
@@ -1115,7 +1115,7 @@ void IdealHelmholtzCP0PolyT::to_json(rapidjson::Value &el, rapidjson::Document &
{
if (!enabled) { return; }
// Check that the reducing temperature value is provided in the derivs structure
CoolPropDbl T_red = HUGE;
CoolPropDbl T_red = _HUGE;
if (ValidNumber(_Tr)) {
T_red = _Tr; // Primarily useful for testing
}