Skip to content

Commit

Permalink
Remove operator << for species that is not used.
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierandrade committed Jul 2, 2024
1 parent 726cd62 commit 83bce90
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ionic/species.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ class species : public pseudo::element {
auto filter_pseudo() const {
return filter_.value_or(true);
}

template<class OStream>
friend OStream & operator<<(OStream & out, species const & self){
out << self.symbol();
return out;
}

};

Expand Down

0 comments on commit 83bce90

Please sign in to comment.