Add humid air properties back to the SWIG wrapper; Closes #430

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2015-01-26 18:59:46 -07:00
parent 7e020965f1
commit 29bd12f94d

View File

@@ -46,10 +46,12 @@ namespace std {
#define SWIG
#include "Configuration.h"
#undef SWIG
#include "HumidAirProp.h"
%}
%include "DataStructures.h"
%include "AbstractState.h"
%include "CoolProp.h"
%include "PhaseEnvelope.h"
%include "Configuration.h"
%include "Configuration.h"
%include "HumidAirProp.h"