Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jmairboeck
Copy link
Contributor

fixes #4

@jmairboeck jmairboeck marked this pull request as draft March 11, 2022 09:52
 * initialize units at the start and set it globally and not in read
@jmairboeck jmairboeck marked this pull request as ready for review March 14, 2022 11:18
if (!writer.Write(compound, outFile.c_str())) throw std::logic_error{std::string{"Could not write '"} + outFile + "'"};
}

std::string str_toupper(std::string s) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we even need this? Or should we only support unit names in upper case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

allow to specify units for STL output

1 participant