mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
address @paulromano's comments
This commit is contained in:
parent
8ebca8b293
commit
f90e8dd3dc
3 changed files with 49 additions and 45 deletions
|
|
@ -10,7 +10,7 @@ std::string& strtrim(std::string& s);
|
|||
|
||||
char* strtrim(char* c_str);
|
||||
|
||||
std::string to_element(std::string const& name);
|
||||
std::string to_element(const std::string& name);
|
||||
|
||||
void to_lower(std::string& str);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue