Skip to content

Commit

Permalink
Only including eos_interface.h when compiling with -DNOPYTHON.
Browse files Browse the repository at this point in the history
  • Loading branch information
vegardjervell committed Jul 29, 2024
1 parent a30a0fe commit 301e3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/KineticGas.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Contains: The abstract class 'KineticGas', which computes the A_pqrl factors and
#pragma once
#include "Factorial.h"
#include "global_params.h"
#include "eos_interface.h"
#include <vector>
#include <map>
#include <functional>
#include <thread>
#include <math.h>

#ifdef NOPYTHON
#include "eos_interface.h"
#include <Eigen/Dense>
#include <nlohmann/json.hpp>
#include <cppThermopack/thermo.h>
Expand Down

0 comments on commit 301e3bd

Please sign in to comment.