mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
"V" and "L" are again supported in PropsSI as input
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -77,6 +77,8 @@ public:
|
||||
index_map.insert(std::pair<std::string, int>("U", iUmass));
|
||||
index_map.insert(std::pair<std::string, int>("C", iCpmass));
|
||||
index_map.insert(std::pair<std::string, int>("O", iCvmass));
|
||||
index_map.insert(std::pair<std::string, int>("V", iviscosity));
|
||||
index_map.insert(std::pair<std::string, int>("L", iconductivity));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user