Updated paths to CoolPropFluid.h

Signed-off-by: Ian bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian bell
2014-05-20 16:25:56 +02:00
parent 82a52554b9
commit f12c749914
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
#define EXCESSHE_FUNCTIONS_H
#include <vector>
#include "Fluids/CoolPropFluid.h"
#include "CoolPropFluid.h"
namespace CoolProp{

View File

@@ -3,7 +3,7 @@
#define HELMHOLTZEOSMIXTUREBACKEND_H_
#include "AbstractState.h"
#include "Fluids/CoolPropFluid.h"
#include "CoolPropFluid.h"
#include "ReducingFunctions.h"
#include "ExcessHEFunction.h"
#include "Solvers.h"

View File

@@ -2,7 +2,7 @@
#define DEPARTURE_FUNCTIONS_H
#include <vector>
#include "Fluids/CoolPropFluid.h"
#include "CoolPropFluid.h"
namespace CoolProp{