From 4484699ab64142fe1332bb04b7f34ef36387e247 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 30 Aug 2020 15:52:42 -0400 Subject: [PATCH] fix spelling --- doc/src/pg_fortran.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/pg_fortran.rst b/doc/src/pg_fortran.rst index 0942d5a303..50738330d2 100644 --- a/doc/src/pg_fortran.rst +++ b/doc/src/pg_fortran.rst @@ -22,13 +22,13 @@ Please note, that the MPI compiler wrapper is only required when the calling the library from an MPI parallel code. Please also note the order of the source files: the lammps.f90 file needs to be compiled first, since it provides the ``LIBLAMMPS`` module that is imported by the -fortran code using the interface. +Fortran code using the interface. .. versionadded:: 30Sep2020 .. admonition:: Work in Progress - This fortran module is work in progress and only the documented + This Fortran module is work in progress and only the documented functionality is currently available. The final implementation should cover the entire range of functionality available in the C and Python library interfaces.