mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Add back the 'M' alias for molar mass
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -109,6 +109,7 @@ public:
|
||||
// Backward compatibility aliases
|
||||
index_map.insert(std::pair<std::string, int>("D", iDmass));
|
||||
index_map.insert(std::pair<std::string, int>("H", iHmass));
|
||||
index_map.insert(std::pair<std::string, int>("M", imolar_mass));
|
||||
index_map.insert(std::pair<std::string, int>("S", iSmass));
|
||||
index_map.insert(std::pair<std::string, int>("U", iUmass));
|
||||
index_map.insert(std::pair<std::string, int>("C", iCpmass));
|
||||
|
||||
Reference in New Issue
Block a user