diff --git a/src/IntaRNA/Interaction.h b/src/IntaRNA/Interaction.h index 4865fd1..b7ba195 100644 --- a/src/IntaRNA/Interaction.h +++ b/src/IntaRNA/Interaction.h @@ -306,20 +306,20 @@ class Interaction { compareEnergy( const E_type& energy, const Interaction & hasLargerE ); /** - * Prints the interaction boundary to stream + * Prints the interacting base pair to stream * @param out the ostream to write to - * @param b the Boundary object to add + * @param bp the Interaction base pair object to add * @return the altered stream out */ - friend std::ostream& operator<<(std::ostream& out, const Boundary& b); + friend std::ostream& operator<<(std::ostream& out, const BasePair& bp); /** - * Prints the interacting boundary to stream + * Prints the interaction boundary to stream * @param out the ostream to write to - * @param bp the Interaction Boundary object to add + * @param b the Boundary object to add * @return the altered stream out */ - friend std::ostream& operator<<(std::ostream& out, const Boundary& bp); + friend std::ostream& operator<<(std::ostream& out, const Boundary& b); /** * Prints the interacting base pairs to stream