From 45113ac580a2052fc2b420a154d7d5bad42f303b Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Thu, 8 Jul 2021 08:34:41 -0400
Subject: [PATCH] This time with CPA

---
 notebooks/time_Ar0n.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notebooks/time_Ar0n.py b/notebooks/time_Ar0n.py
index 661a09d..d16f6f6 100644
--- a/notebooks/time_Ar0n.py
+++ b/notebooks/time_Ar0n.py
@@ -21,7 +21,7 @@ def build_models():
         teqp.PCSAFTEOS(['Methane']),
         teqp.vdWEOS([150.687], [4863000.0]),
         teqp.vdWEOS1(1, 2),
-        # mH2O,
+        mH2O,
         teqp.build_multifluid_model(["Methane"], '../mycp', '../mycp/dev/mixtures/mixture_binary_pairs.json')
     ]
 
-- 
GitLab