Skip to content

Commit

Permalink
docstrings - Command-line options
Browse files Browse the repository at this point in the history
  • Loading branch information
Joroks committed Jun 24, 2024
1 parent 6fc463f commit d810d35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/LAMMPS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ end
LMP(args::Vector{String}=String[], comm::Union{Nothing, MPI.Comm}=nothing)
Create a new LAMMPS instance while passing in a list of strings as if they were command-line arguments for the LAMMPS executable.
For a full ist of Command-line options see: https://docs.lammps.org/Run_options.html
"""
mutable struct LMP
@atomic handle::Ptr{Cvoid}
Expand Down

0 comments on commit d810d35

Please sign in to comment.