mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-08 21:05:14 -05:00
Re-enable all the ignored SWIG+MATLAB enums
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -5,14 +5,6 @@
|
||||
%ignore CoolProp::set_config_json(rapidjson::Document &);
|
||||
%ignore CoolProp::get_config_as_json(rapidjson::Document &);
|
||||
|
||||
#ifdef SWIGMATLAB
|
||||
%ignore configuration_keys;
|
||||
%ignore CoolProp::ConfigurationItem::ConfigurationDataTypes;
|
||||
%ignore CoolProp::SsatSimpleState::SsatSimpleStateEnum;
|
||||
%ignore CoolProp::composition_types;
|
||||
%ignore CoolProp::fluid_types;
|
||||
#endif
|
||||
|
||||
%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)
|
||||
%include "exception.i" //
|
||||
|
||||
Reference in New Issue
Block a user