Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkborregaard committed Sep 7, 2018
1 parent 265a488 commit 8057200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ComMatrix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ nplaces(com::AbstractComMatrix) = size(com.occurrences, 2)
nplaces(sd::SiteData) = size(coordinates(sd.site), 1)
nplaces(sd::SELocations) = DataFrames.ncol(sd.sitestats)

nrecords(com::AbstractComMatrix) = _nnz(occurrences(asm))
nrecords(com::AbstractComMatrix) = _nnz(occurrences(com))

const getspecies = thingoccurrences
thingoccurrences(com::AbstractComMatrix, idx) = thingoccurrences(occurrences(com), idx)
Expand Down

0 comments on commit 8057200

Please sign in to comment.