diff --git a/src/CoolProp.cpp b/src/CoolProp.cpp index c77c6e88..e35d9b4c 100644 --- a/src/CoolProp.cpp +++ b/src/CoolProp.cpp @@ -392,7 +392,7 @@ double _PropsSI(const std::string &Output, const std::string &Name1, double Prop State->update(pair, x1, x2); if (iOutput != iundefined_parameter){ - // Return the desired output + // Get the desired output double val = State->keyed_output(iOutput); // Return the value