From 0665e076d792b72aff6f4266eed935c84a1a05fb Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Tue, 2 Nov 2021 11:08:12 -0400
Subject: [PATCH] Rename eos.hpp to vdW.hpp

---
 include/teqp/models/{eos.hpp => vdW.hpp} | 0
 interface/C/teqpc.cpp                    | 2 +-
 interface/vdW.cpp                        | 2 +-
 src/bench.cpp                            | 2 +-
 src/teqp_profile.cpp                     | 2 +-
 src/tests/catch_tests.cxx                | 2 +-
 src/time_Ar0n.cpp                        | 2 +-
 7 files changed, 6 insertions(+), 6 deletions(-)
 rename include/teqp/models/{eos.hpp => vdW.hpp} (100%)

diff --git a/include/teqp/models/eos.hpp b/include/teqp/models/vdW.hpp
similarity index 100%
rename from include/teqp/models/eos.hpp
rename to include/teqp/models/vdW.hpp
diff --git a/interface/C/teqpc.cpp b/interface/C/teqpc.cpp
index 4c9907c..4bb290c 100644
--- a/interface/C/teqpc.cpp
+++ b/interface/C/teqpc.cpp
@@ -7,7 +7,7 @@
 #include <variant>
 #include <atomic>
 
-#include "teqp/models/eos.hpp"
+#include "teqp/models/vdW.hpp"
 #include "teqp/models/cubics.hpp"
 #include "teqp/derivs.hpp"
 
diff --git a/interface/vdW.cpp b/interface/vdW.cpp
index 33467d0..6b61154 100644
--- a/interface/vdW.cpp
+++ b/interface/vdW.cpp
@@ -1,7 +1,7 @@
 
 #include "pybind11_wrapper.hpp"
 
-#include "teqp/models/eos.hpp"
+#include "teqp/models/vdW.hpp"
 #include "teqp/derivs.hpp"
 
 void add_vdW(py::module &m){
diff --git a/src/bench.cpp b/src/bench.cpp
index 04c372d..bdf772a 100644
--- a/src/bench.cpp
+++ b/src/bench.cpp
@@ -2,7 +2,7 @@
 #define CATCH_CONFIG_MAIN
 #include <catch/catch.hpp>
 
-#include "teqp/models/eos.hpp"
+#include "teqp/models/vdW.hpp"
 #include "teqp/models/pcsaft.hpp"
 #include "teqp/models/cubics.hpp"
 
diff --git a/src/teqp_profile.cpp b/src/teqp_profile.cpp
index be3f844..f6be0bb 100644
--- a/src/teqp_profile.cpp
+++ b/src/teqp_profile.cpp
@@ -6,7 +6,7 @@
 
 #include "teqp/types.hpp"
 #include "nlohmann/json.hpp"
-#include "teqp/models/eos.hpp"
+#include "teqp/models/vdW.hpp"
 //#include "teqp/models/CPA.hpp"
 #include "teqp/models/multifluid.hpp"
 #include "teqp/models/pcsaft.hpp"
diff --git a/src/tests/catch_tests.cxx b/src/tests/catch_tests.cxx
index 5a4dc7d..24be53b 100644
--- a/src/tests/catch_tests.cxx
+++ b/src/tests/catch_tests.cxx
@@ -5,7 +5,7 @@
 #include "teqp/models/pcsaft.hpp"
 #include "teqp/models/cubicsuperancillary.hpp"
 #include "teqp/models/CPA.hpp"
-#include "teqp/models/eos.hpp"
+#include "teqp/models/vdW.hpp"
 
 #include "teqp/algorithms/VLE.hpp"
 #include "teqp/algorithms/critical_tracing.hpp"
diff --git a/src/time_Ar0n.cpp b/src/time_Ar0n.cpp
index 0008972..ac73454 100644
--- a/src/time_Ar0n.cpp
+++ b/src/time_Ar0n.cpp
@@ -19,7 +19,7 @@
 #endif
 
 #include "teqp/models/multifluid.hpp"
-#include "teqp/models/eos.hpp"
+#include "teqp/models/vdW.hpp"
 #include "teqp/models/cubics.hpp"
 #include "teqp/models/pcsaft.hpp"
 #include "teqp/derivs.hpp"
-- 
GitLab