Missing comma

This commit is contained in:
Karl Hammond
2022-08-13 19:09:40 -05:00
parent 4c975c34c1
commit 196d52fdb3

View File

@ -52,7 +52,7 @@ Creating or deleting a LAMMPS object
With the Fortran interface, the creation of a :cpp:class:`LAMMPS
<LAMMPS_NS::LAMMPS>` instance is included in the constructor for
creating the :f:func:`lammps` derived type. To import the definition of
that type and its type bound procedures you need to add a ``USE
that type and its type bound procedures, you need to add a ``USE
LIBLAMMPS`` statement. Internally it will call either
:cpp:func:`lammps_open_fortran` or :cpp:func:`lammps_open_no_mpi` from
the C library API to create the class instance. All arguments are