From fda7b38460ed68196b857941575d389df41d15dd Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 1 Aug 2003 20:13:38 +0000 Subject: [PATCH] Slight change in comment --- Cantera/src/ctml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/src/ctml.cpp b/Cantera/src/ctml.cpp index 1b3dddec3..0c2f595a9 100755 --- a/Cantera/src/ctml.cpp +++ b/Cantera/src/ctml.cpp @@ -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) {