mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-23 04:47:57 -05:00
Brought back surface tension support
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -135,6 +135,7 @@ public:
|
||||
index_map.insert(std::pair<std::string, int>("molemass", imolar_mass));
|
||||
index_map.insert(std::pair<std::string, int>("molarmass", imolar_mass));
|
||||
index_map.insert(std::pair<std::string, int>("A", ispeed_sound));
|
||||
index_map.insert(std::pair<std::string, int>("I", isurface_tension));
|
||||
|
||||
std::map<std::string,int>::iterator it;
|
||||
for(it = index_map.begin(); it != index_map.end(); ++it )
|
||||
|
||||
Reference in New Issue
Block a user