Added a test for finding an input file. Previous behavior was to core
dump.
This commit is contained in:
parent
681a4aea6a
commit
070f994c6e
1 changed files with 3 additions and 0 deletions
|
|
@ -1049,6 +1049,9 @@ public:
|
|||
|
||||
x = get_XML_NameID(nm, string("#")+id, &root);
|
||||
// x = get_XML_Node(string("#")+id, &root);
|
||||
if (!x) {
|
||||
return false;
|
||||
}
|
||||
|
||||
/*
|
||||
* Fill in the ThermoPhase object by querying the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue