Improved portability of ReaxFF implementation.

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2839 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
athomps 2009-06-02 18:09:07 +00:00
parent b27c1ccccf
commit e09138e044
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ void PairREAX::init_style()
neighbor->requests[irequest]->newton = 2;
FORTRAN(readc, READC)();
FORTRAN(init, INIT)();
FORTRAN(reaxinit, REAXINIT)();
FORTRAN(ffinpt, FFINPT)();
FORTRAN(tap7th, TAP7TH)();