From 50ec26f8f38a2262a395e9ca0ceafb323fd11e61 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Sat, 29 Aug 2015 21:02:29 -0600 Subject: [PATCH] FIx python bug --- wrappers/Python/CoolProp/CoolProp.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrappers/Python/CoolProp/CoolProp.pyx b/wrappers/Python/CoolProp/CoolProp.pyx index 2d2f150127..ed2794e381 100644 --- a/wrappers/Python/CoolProp/CoolProp.pyx +++ b/wrappers/Python/CoolProp/CoolProp.pyx @@ -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): """