From ecfa3227ea0d0e313b317c0d650d7bcd3bdb84de Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Thu, 18 Dec 2014 10:01:49 -0600 Subject: [PATCH] Hide some enums to get MSVC to compile the MATLAB wrapper Signed-off-by: Ian Bell --- src/CoolProp.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CoolProp.i b/src/CoolProp.i index efd1855a..2b4397fd 100644 --- a/src/CoolProp.i +++ b/src/CoolProp.i @@ -4,6 +4,8 @@ %ignore CoolProp::AbstractState::set_mass_fractions(const std::vector< long double> &); %ignore CoolProp::set_config_json(rapidjson::Document &); %ignore CoolProp::get_config_as_json(rapidjson::Document &); +%ignore configuration_keys; +%ignore CoolProp::ConfigurationItem::ConfigurationDataTypes; %include "std_string.i" // This %include allows the use of std::string natively %include "std_vector.i" // This allows for the use of STL vectors natively(ish)