Slight change in comment

This commit is contained in:
Harry Moffat 2003-08-01 20:13:38 +00:00
parent d0beb2fd05
commit fda7b38460

View file

@ -212,7 +212,7 @@ namespace ctml {
* Get a floating-point value from a child element. Returns a
* double value for the child named 'name' of element 'parent'. If
* 'type' is supplied and matches a known unit type, unit
* conversion will be done if the child element has an attribute
* conversion to SI will be done if the child element has an attribute
* 'units'.
*/
doublereal getFloat(XML_Node& parent, string name, string type) {