From dd10642c1869e8f7376fe606674956e1841cc58b Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Thu, 4 Nov 2021 16:14:10 -0400
Subject: [PATCH] Return REFPROP Ar01 properly

---
 src/sat_Z_accuracy.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sat_Z_accuracy.cpp b/src/sat_Z_accuracy.cpp
index fa68045..38e4094 100644
--- a/src/sat_Z_accuracy.cpp
+++ b/src/sat_Z_accuracy.cpp
@@ -214,7 +214,7 @@ int do_one(const std::string &RPname, const std::string &teqpname)
                 {"Ar01exact", c.Ar01exact},
                 {"ratio01-1", c.Ar01teqp / c.Ar01exact - 1},
                 {"Ar03RP", ((Q == 0) ? Ar03LRP : Ar03VRP)},
-                {"Ar03RP", ((Q == 0) ? Ar01LRP : Ar01VRP)},
+                {"Ar01RP", ((Q == 0) ? Ar01LRP : Ar01VRP)},
                 });
         }
         std::cout << "Completed:" << T << std::endl;
-- 
GitLab