2012-08-12 03:05:13 +08:00
|
|
|
libfwrapper.c is a C file that wraps the LAMMPS library API
|
|
|
|
in src/library.h so that it can be called from Fortran.
|
|
|
|
|
2012-08-14 07:49:26 +08:00
|
|
|
See the couple/simple/simple.f90 program for an example of a Fortran
|
|
|
|
code that does this.
|
2012-08-12 03:05:13 +08:00
|
|
|
|
2012-08-14 07:49:26 +08:00
|
|
|
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.
|