Added the writeUpdate() function. It was needed to resolve externals.

This commit is contained in:
Harry Moffat 2003-08-21 22:38:41 +00:00
parent 31848c92b7
commit b235193eb2

View file

@ -112,6 +112,10 @@ namespace Cantera {
}
}
void writeUpdate(ostream & output1, string key) {
output1 << key;
}
protected:
vector<R> m_rates;
vector<int> m_rxn;