only formatting.
This commit is contained in:
parent
3edcaa6319
commit
1c41b7c09d
1 changed files with 5 additions and 6 deletions
|
|
@ -71,12 +71,11 @@ namespace Cantera {
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::ostream&
|
std::ostream& operator<<(std::ostream& s, const Cantera::Group& g) {
|
||||||
operator<<(std::ostream& s, const Cantera::Group& g) {
|
if (g.valid()) {
|
||||||
if (g.valid()) {
|
s << g.m_comp;
|
||||||
s << g.m_comp;
|
} else {
|
||||||
} else {
|
s << "<none>";
|
||||||
s << "<none>";
|
|
||||||
}
|
}
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue