make f2c_string utility function portable across fortran compilers

This commit is contained in:
Axel Kohlmeyer
2020-10-02 10:36:17 -04:00
parent 51d55aa036
commit a0d0f96e52
2 changed files with 13 additions and 7 deletions

View File

@ -24,7 +24,7 @@ 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.
.. versionadded:: 30Sep2020
.. versionadded:: 6Oct2020
.. admonition:: Work in Progress