Skip to content
Snippets Groups Projects
Commit d2a4b41e authored by Ian Bell's avatar Ian Bell
Browse files

Keep the core header really simple

parent 5643074b
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,4 @@
#include "teqp/constants.hpp"
#include "teqp/types.hpp"
#include "teqp/derivs.hpp"
#include "teqp/models/eos.hpp"
#include "teqp/algorithms/critical_tracing.hpp"
\ No newline at end of file
#include "teqp/derivs.hpp"
\ No newline at end of file
......@@ -11,10 +11,12 @@
#include "teqp/core.hpp"
#include "teqp/algorithms/critical_tracing.hpp"
#include "teqp/models/pcsaft.hpp"
#include "teqp/models/CPA.hpp"
#include "teqp/models/eos.hpp"
#include "teqp/models/multifluid.hpp"
#include "teqp/algorithms/critical_tracing.hpp"
#include "teqp/algorithms/VLE.hpp"
namespace py = pybind11;
......
......@@ -2,7 +2,6 @@
#include "teqp/core.hpp"
#include "teqp/models/multifluid.hpp"
#include "teqp/algorithms/critical_tracing.hpp"
#include <optional>
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment