mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-02 18:05:18 -05:00
Only shorten names with Scilab
This commit is contained in:
@@ -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
|
||||
%{
|
||||
|
||||
Reference in New Issue
Block a user