add legacy warning to F77 style Fortran wrapper

This commit is contained in:
Axel Kohlmeyer
2020-10-09 11:15:15 -04:00
parent 74e1d0f8cf
commit 84c9fcf6e9

View File

@ -6,3 +6,6 @@ code that does this.
See the README file in that dir for instructions on how to build a See the README file in that dir for instructions on how to build a
Fortran code that uses this wrapper and links to the LAMMPS library. Fortran code that uses this wrapper and links to the LAMMPS library.
This legacy wrapper is deprecated and will be removed in a future
release of LAMMPS. Please use the Fortran 90 module instead.