libantioch / antioch

C++ Chemical Kinetics, Thermodynaimics, and Transport Library
https://libantioch.github.io/
Other
23 stars 17 forks source link

New Sting Utilities Functions #179

Closed pbauman closed 8 years ago

pbauman commented 8 years ago

Adds a new split_string that will ignore any of the delimiter characters (and is much shorter code than the SplitString function). Also added string_to_T function for converting string to the templated type. Added CppUnit tests for both. Updated XMLParser to use the new split_string function. Going to use this in fixing the thermo XML parsing (which is currently borked).