From d810d35c960e0e3499ba7658af120bcb9eec66fb Mon Sep 17 00:00:00 2001 From: Joroks Date: Mon, 24 Jun 2024 16:37:44 +0200 Subject: [PATCH] docstrings - Command-line options --- src/LAMMPS.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/LAMMPS.jl b/src/LAMMPS.jl index 05077bb..80c45d7 100644 --- a/src/LAMMPS.jl +++ b/src/LAMMPS.jl @@ -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}