Only shorten names with Scilab

This commit is contained in:
Ian Bell
2015-08-21 19:42:53 -06:00
parent f167f55de6
commit e4adbb1003

View File

@@ -29,10 +29,12 @@ namespace std {
}
}
#ifdef SWIGSCILAB
// Shorten some names to make Scilab a bit happier
%rename(SS) CoolProp::SimpleState;
%rename(PED) CoolProp::PhaseEnvelopeData;
%rename(GE) CoolProp::GuessesStructure;
#endif
// This stuff will get included verbatim in CoolProp_wrap
%{