Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eaasna committed Oct 1, 2024
1 parent d5cfeb3 commit 80ff446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dream_stellar/stellar_output.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ _computeEValueFromLengthAdjustment(TRow const & row0, uint64_t const & refLen, T
template<typename TSize>
double
_computeEValueFromScore(uint64_t const refLen, TSize const len1, TSize const score) {
TSize lengthAdjustment = _computeLengthAdjustment(len0, len1);
TSize lengthAdjustment = _computeLengthAdjustment(refLen, len1);
TSize m = refLen - lengthAdjustment;
TSize n = len1 - lengthAdjustment;

Expand Down

0 comments on commit 80ff446

Please sign in to comment.