From a2785a57e4ee0ff8b8ea67c832dd0376864b68fa Mon Sep 17 00:00:00 2001 From: martin-raden Date: Mon, 29 Apr 2024 16:28:37 +0200 Subject: [PATCH] grmpf --- src/IntaRNA/Interaction.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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