add to_element(), a function to convert nuclide name to element name

This commit is contained in:
liangjg 2019-04-11 13:59:11 -04:00
parent 57fcb078d3
commit 85b1af458a
6 changed files with 14 additions and 7 deletions

View file

@ -10,6 +10,8 @@ std::string& strtrim(std::string& s);
char* strtrim(char* c_str);
std::string to_element(std::string const& name);
void to_lower(std::string& str);
int word_count(std::string const& str);