mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-23 04:47:57 -05:00
Fix problem with pmin
Closes https://github.com/CoolProp/CoolProp/issues/189 Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -126,6 +126,7 @@ public:
|
||||
index_map.insert(std::pair<std::string, int>("Tmin", iT_min));
|
||||
index_map.insert(std::pair<std::string, int>("Tmax", iT_max));
|
||||
index_map.insert(std::pair<std::string, int>("pmax", iP_max));
|
||||
index_map.insert(std::pair<std::string, int>("pmin", iP_min));
|
||||
index_map.insert(std::pair<std::string, int>("molemass", imolar_mass));
|
||||
index_map.insert(std::pair<std::string, int>("A", ispeed_sound));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user