From 95d73d0aa082e08339d297f30a6a17b62dddd108 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Sat, 23 Aug 2014 13:02:45 +0200 Subject: [PATCH] Fixed typo Signed-off-by: Ian Bell --- src/CoolProp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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