mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
add to_element(), a function to convert nuclide name to element name
This commit is contained in:
parent
57fcb078d3
commit
85b1af458a
6 changed files with 14 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue