"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:
Ian Bell
2014-05-24 19:12:04 +02:00
parent eba2f49e9c
commit e98f3b6945

View File

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