From 1c7c4938e91923385b5e052e960f31e19e38cf07 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 17 Jun 2013 14:20:01 +0000 Subject: [PATCH] Deprecate getNamedStringValue --- include/cantera/base/ctml.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/cantera/base/ctml.h b/include/cantera/base/ctml.h index f82b46e1c..ba1b518f7 100644 --- a/include/cantera/base/ctml.h +++ b/include/cantera/base/ctml.h @@ -769,6 +769,7 @@ void getString(const Cantera::XML_Node& node, const std::string& titleString, * @param[out] valueString Value string that is found in the child node. * @param[out] typeString String type. This is an optional output variable. * It is filled with the attribute "type" of the XML entry. + * @deprecated */ void getNamedStringValue(const Cantera::XML_Node& node, const std::string& nameString, std::string& valueString, std::string& typeString);