From fc14dfe7f711ea1e47a10325fa2e81605348d048 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sat, 5 Dec 2009 22:40:10 +0000 Subject: [PATCH] Added comments. --- Cantera/src/base/ctml.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cantera/src/base/ctml.cpp b/Cantera/src/base/ctml.cpp index 47c089e5f..bb32d3bd5 100755 --- a/Cantera/src/base/ctml.cpp +++ b/Cantera/src/base/ctml.cpp @@ -831,10 +831,12 @@ namespace ctml { return x; } - // This function reads a child node with the default name, "floatArray", with a value + // This function reads the current node or a child node of the current node + // with the default name, "floatArray", with a value field // consisting of a comma separated list of floats /* - * This function will read a child node to the current XML node, with the + * This function will read either the current XML node or a child node + * to the current XML node, with the * name "floatArray". It will have a title attribute, and the body * of the XML node will be filled out with a comma separated list of * doublereals.