Added the writeUpdate() function. It was needed to resolve externals.
This commit is contained in:
parent
31848c92b7
commit
b235193eb2
1 changed files with 4 additions and 0 deletions
|
|
@ -112,6 +112,10 @@ namespace Cantera {
|
|||
}
|
||||
}
|
||||
|
||||
void writeUpdate(ostream & output1, string key) {
|
||||
output1 << key;
|
||||
}
|
||||
|
||||
protected:
|
||||
vector<R> m_rates;
|
||||
vector<int> m_rxn;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue