lammps/couple/fortran
sjplimp 34f7a93712 git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8133 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2012-05-22 15:30:39 +00:00
..
README git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8133 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2012-05-22 15:30:39 +00:00
libfwrapper.c git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8133 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2012-05-22 15:30:39 +00:00

README

libfwrapper.c is a C file that wraps the LAMMPS library API
in src/library.h so that it can be called from Fortran.

See the couple/simple/simple.f90 program for an example
of a Fortran code that does this.

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.