mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-10 22:48:05 -05:00
Yet another _HUGE
Last one I think
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user