Skip to content

Commit

Permalink
FIx python bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ibell committed Aug 30, 2015
1 parent 4b8ebd1 commit 50ec26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/Python/CoolProp/CoolProp.pyx
Expand Up @@ -173,7 +173,7 @@ cpdef get_fluid_param_string(string fluid, string param):
return _get_fluid_param_string(fluid, param)

cpdef apply_simple_mixing_rule(CAS1, CAS2, rule):
return _apply_simple_mixing_rule(CAS1, CAS2, rule)
_apply_simple_mixing_rule(CAS1, CAS2, rule)

cpdef double saturation_ancillary(string name, string output, int Q, string input, double value):
"""
Expand Down

0 comments on commit 50ec26f

Please sign in to comment.