Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeziere committed Aug 13, 2024
1 parent 319ccb1 commit 2e9ea49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LAMMPS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Create atoms for a LAMMPS instance.
`x` contains the atom positions and should be a 3 by `n` `Matrix{Float64}`, where `n` is the number of atoms.
`id` contains the id of each atom and should be a length `n` `Vector{Int32}`.
`types` contains the atomic type (LAMMPS number) of each atom and should be a length `n` `Vector{Int32}`.
`v ` contains the associated velocities and should be a 3 by `n` `Matrix{Float64}`.
`v` contains the associated velocities and should be a 3 by `n` `Matrix{Float64}`.
`image` contains the image flags for each atom and should be a length `n` `Vector{IMAGEINT}`.
`bexpand` is a `Bool` that defines whether or not the box should be expanded to fit the input atoms (default not).
"""
Expand Down

0 comments on commit 2e9ea49

Please sign in to comment.