Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler authored Jul 16, 2024
1 parent 0f0ec94 commit bfb1e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ class alignment_matrix_policy
++trace_matrix_iter;
}

/*!
* \brief Converts a sliced position in the alignment matrix to the corresponding position in the original sequence 1.
/*!\brief Converts a sliced position in the alignment matrix to the corresponding position in the original sequence 1.
*
* \param position The position in the sliced alignment matrix.
* \return The corresponding position in the original sequence 1.
Expand All @@ -204,8 +203,7 @@ class alignment_matrix_policy
return position + seq1_slice_offset;
}

/*!
* \brief Converts a sliced position in the alignment matrix to the corresponding position in the original sequence 2.
/*!\brief Converts a sliced position in the alignment matrix to the corresponding position in the original sequence 2.
*
* \param position The position in the sliced alignment matrix.
* \return The corresponding position in the original sequence 2.
Expand Down
1 change: 0 additions & 1 deletion test/unit/alignment/pairwise/global_affine_banded_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <gtest/gtest.h>

#include <seqan3/alignment/pairwise/align_pairwise.hpp>
#include <seqan3/core/debug_stream.hpp>

#include "fixture/global_affine_banded.hpp"
#include "pairwise_alignment_single_test_template.hpp"
Expand Down

0 comments on commit bfb1e32

Please sign in to comment.