mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-22 20:38:01 -05:00
Using string instead of str
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -252,7 +252,7 @@ cpdef string get_REFPROPname(string Fluid):
|
||||
"""
|
||||
return _get_fluid_param_string(Fluid,'REFPROP_name')
|
||||
|
||||
cpdef string get_BibTeXKey(str Fluid, str key):
|
||||
cpdef string get_BibTeXKey(string Fluid, string key):
|
||||
"""
|
||||
Return the BibTeX key for the given fluid.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user