24 for (
size_t m = 0; m < m_comp.size(); m++) {
27 m_sign = m_comp[m]/abs(m_comp[m]);
28 }
else if (m_sign * m_comp[m] < 0) {
39 std::ostream& Group::fmt(std::ostream& s,
const vector<string>& esymbols)
const
43 for (
size_t m = 0; m < m_comp.size(); m++) {
60 std::ostream&
operator<<(std::ostream& s,
const Group& g)
Namespace for the Cantera kernel.
std::ostream & operator<<(std::ostream &s, const Array2D &m)
Output the current contents of the Array2D object.