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

Moved the model potential headers, updated include paths

parent 3426f765
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@
#include "pybind11_wrapper.hpp"
#include "teqp/models/squarewell.hpp"
#include "teqp/models/exp6.hpp"
#include "teqp/models/model_potentials/squarewell.hpp"
#include "teqp/models/model_potentials/exp6.hpp"
using namespace teqp;
......
......@@ -5,7 +5,7 @@ using Catch::Approx;
#include "teqp/algorithms/critical_pure.hpp"
#include "teqp/models/exp6.hpp"
#include "teqp/models/model_potentials/exp6.hpp"
#include "teqp/derivs.hpp"
#include <Eigen/Dense>
......
......@@ -5,7 +5,7 @@ using Catch::Approx;
#include "teqp/algorithms/critical_pure.hpp"
#include "teqp/models/squarewell.hpp"
#include "teqp/models/model_potentials/squarewell.hpp"
#include "teqp/derivs.hpp"
#include <Eigen/Dense>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment