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

Reorganize headers

parent 65984364
No related branches found
No related tags found
No related merge requests found
#pragma once
#include "json.hpp"
#include <Eigen/Dense>
#include <fstream>
template<typename EOSCollection>
class CorrespondingStatesContribution {
......
#include "teqp/core.hpp"
#include <fstream>
#include <Eigen/Dense>
#include "json.hpp"
#include "teqp/models/multifluid.hpp"
auto build_multifluid_model(const std::vector<std::string>& components) {
using namespace nlohmann;
std::string coolprop_root = "C:/Users/ihb/Code/CoolProp";
......
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