added two new functions.
This commit is contained in:
parent
9a624693bd
commit
67b56ca1dc
1 changed files with 5 additions and 0 deletions
|
|
@ -21,6 +21,8 @@
|
|||
|
||||
namespace Cantera {
|
||||
|
||||
class XML_Node;
|
||||
|
||||
/// Number of errors that have been encountered so far
|
||||
int nErrors();
|
||||
|
||||
|
|
@ -92,6 +94,9 @@ namespace Cantera {
|
|||
doublereal toSI(string unit);
|
||||
doublereal actEnergyToSI(string unit);
|
||||
//
|
||||
|
||||
XML_Node* get_XML_File(string file);
|
||||
void close_XML_File(string file);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue