Add back the 'M' alias for molar mass

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-08-22 10:20:10 +02:00
parent 1619122527
commit b066113a5f

View File

@@ -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));