forked from lijiext/lammps
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:
parent
b27c1ccccf
commit
e09138e044
|
@ -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)();
|
||||
|
||||
|
|
Loading…
Reference in New Issue