Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Ortner committed Jul 22, 2019
1 parent ee931cb commit 7335582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_celllist.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for N in Ns
cutoff = 2.0

# compute a cell list
nlist = PairList(X, cutoff, C, pbc; sorted = true)
nlist = PairList(X, cutoff, C, pbc)
@show typeof(nlist)

# compute a NearestNeighbors list
Expand Down

0 comments on commit 7335582

Please sign in to comment.