Skip to content

Commit

Permalink
locating error
Browse files Browse the repository at this point in the history
  • Loading branch information
jw2249a committed May 6, 2024
1 parent 87a7548 commit 7fd5dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gammas/gammaNUMCKpar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ Numeric comparison of two columns
- `cut_a::Number=1`: Lower bound for close string distances.
- `cut_b::Number=2`: Lower bound for partial string distances.
"""
function gammaNUMCKpar!(vecA, vecB,
function gammaNUMCKpar!(vecA::Vector, vecB::Vector,
results::DiBitMatrix;
cut_a=1,cut_b=2,
partial::Bool=true)

@info "running gammanumckpar"
N_a = length(vecA)
N_b = length(vecB)

Expand Down

0 comments on commit 7fd5dca

Please sign in to comment.