try to define SWIG macro before including Configuration.h

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-12-12 18:58:20 -05:00
parent 7cdf05cb32
commit 5f4574fb5c

View File

@@ -35,7 +35,9 @@ namespace std {
#include "AbstractState.h"
#include "CoolProp.h"
#include "PhaseEnvelope.h"
#define SWIG
#include "Configuration.h"
#undef SWIG
%}
%include "DataStructures.h"