Brought back surface tension support

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-12-04 11:43:44 -05:00
parent d7f86a806d
commit 707ee4799a
4 changed files with 17 additions and 1 deletions

View File

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