Skip to content

Commit

Permalink
Merge pull request #69 from SimonEnsemble/LJSpheres_Charges
Browse files Browse the repository at this point in the history
Speed improvements by keeping memory contiguous
  • Loading branch information
ahyork authored Sep 5, 2018
2 parents 5bcbd28 + 3597559 commit a8b6963
Show file tree
Hide file tree
Showing 25 changed files with 1,383 additions and 1,296 deletions.
2 changes: 2 additions & 0 deletions src/Box.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ struct Box
reciprocal_lattice::Array{Float64, 2}
end

Base.broadcastable(b::Box) = Ref(b)

"""
r = reciprocal_lattice(f_to_c)
Expand Down
Loading

0 comments on commit a8b6963

Please sign in to comment.