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;
|
||||
}
|
||||
|
||||
std::ostream&
|
||||
operator<<(std::ostream& s, const Cantera::Group& g) {
|
||||
if (g.valid()) {
|
||||
s << g.m_comp;
|
||||
} else {
|
||||
s << "<none>";
|
||||
std::ostream& operator<<(std::ostream& s, const Cantera::Group& g) {
|
||||
if (g.valid()) {
|
||||
s << g.m_comp;
|
||||
} else {
|
||||
s << "<none>";
|
||||
}
|
||||
return s;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue