Commit graph

7 commits

Author SHA1 Message Date
Harry Moffat
af7a31fbc1 Added doxygen info 2009-01-12 16:06:20 +00:00
Harry Moffat
0495a00c88 Moved a function tokenizeString from ctml to stringUtils. 2009-01-10 18:26:15 +00:00
Harry Moffat
a44c7650c5 Added fpValueCheck and added doxygen info 2008-12-27 00:25:04 +00:00
Harry Moffat
b739568620 This was left out of previous commits
Broke getStringArray into 2
added strSItoDbl which converts a string with units into a double value
2008-09-26 20:24:40 +00:00
Harry Moffat
58ddc135eb Switched the implementation of intValue() and fpValue() to the .cpp file
from the .h file. This also fixes a compile problem a user had involving
a header file (that wasn't in the .h file but was in the .cpp file).
2008-04-15 15:28:53 +00:00
Harry Moffat
92c76dd5af Changed the copy() and copyUnion() functions to be const.
Declared the XML_Node copy constructor and assignment operators
to be private -> they don't work, so accidently invoking them is
an error. Now, a compilation error will occur.
Note, the copy() routine can be used instead to create copies
of XML trees.
2007-06-01 23:36:53 +00:00
Dave Goodwin
a7e60c5e88 moved base files 2007-05-04 15:15:19 +00:00
Renamed from Cantera/src/stringUtils.h (Browse further)