mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Also add high-level interface to pybind11 interface
This commit is contained in:
@@ -35,7 +35,7 @@ std::string config_key_description(configuration_keys keys)
|
||||
return ""; // will never get here, just to make compiler happy
|
||||
};
|
||||
|
||||
std::string config_key_description(std::string key)
|
||||
std::string config_key_description(const std::string &key)
|
||||
{
|
||||
/* ***MAGIC WARNING**!!
|
||||
* See http://stackoverflow.com/a/148610
|
||||
|
||||
Reference in New Issue
Block a user