From 66b8e9694f735b65185d234e1c360ecdd672bc97 Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Thu, 21 Oct 2021 18:44:08 -0400
Subject: [PATCH] Fix single-digit typo in last digit of one coefficient for
 water

---
 mycp/dev/fluids/Water.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mycp/dev/fluids/Water.json b/mycp/dev/fluids/Water.json
index fe82869..28af1da 100644
--- a/mycp/dev/fluids/Water.json
+++ b/mycp/dev/fluids/Water.json
@@ -436,7 +436,7 @@
             6
           ],
           "n": [
-            0.0125335479355233,
+            0.012533547935523,
             7.8957634722828,
             -8.7803203303561,
             0.31802509345418,
-- 
GitLab