Deprecate getNamedStringValue
This commit is contained in:
parent
9c542981f1
commit
1c7c4938e9
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue