Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Aug 31, 2023
1 parent 6f6976f commit 759873f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono_atomic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ end
pack_monoatomic!(positions::AbstractVector{<:SVector{N,T}}, unitcell, tol)
Pack a monoatomic system with iniital positions `x` and distance tolerance `tol`,
into the unitcell defined by `unitecell`, considering periodic boundary conditions.
into the unitcell defined by `unitcell`, considering periodic boundary conditions.
The unitcell can be a vector, in the case of orthorhombic cells, or a matrix, in the
case of triclinic cells.
Expand Down

0 comments on commit 759873f

Please sign in to comment.