Skip to content

Commit

Permalink
Edited seq_distmatrix for case when b is not provided, arguments p an…
Browse files Browse the repository at this point in the history
…d q were missing and defaults were used earlier, fixed that
  • Loading branch information
Nirmal committed Apr 22, 2017
1 parent be4a3e9 commit f0c09ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/R/seqdist.R
Expand Up @@ -108,6 +108,8 @@ seq_distmatrix <- function(a, b
return( lower_tri(a
, method=method
, weight=weight
, q=q
, p=p
, useNames=useNames
, nthread=nthread)
)
Expand Down

0 comments on commit f0c09ad

Please sign in to comment.