Skip to content

Commit

Permalink
fix small typo in cellistmap.jl (#785)
Browse files Browse the repository at this point in the history
fix small typo
  • Loading branch information
lmiq authored Mar 29, 2023
1 parent cdfae82 commit 9d4c958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/celllistmap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# ## The system simulated
#
# The example will illustrate how to simulate a set of particles in 2 dimensions, interaction
# The example will illustrate how to simulate a set of particles in 2 dimensions, interacting
# through a simple repulsive potential of the form:
#
# $U(r) = k_i k_j\left[r^2 - (r_i+r_j)^2\right]^2~~~\textrm{for}~~~r \leq (r_i+r_j)$
Expand Down

0 comments on commit 9d4c958

Please sign in to comment.