Fixed missing arg in srtbon1 declaration

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4869 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
athomps
2010-09-27 19:19:11 +00:00
parent 2748c92014
commit 35e70759fc

View File

@ -181,7 +181,7 @@ extern "C" void FORTRAN(taper,TAPER)(double*,double*);
extern "C" void FORTRAN(readgeo,READGEO)();
extern "C" void FORTRAN(srtatom,SRTATOM)();
extern "C" void FORTRAN(vlist,VLIST) ();
extern "C" void FORTRAN(srtbon1,SRTBON1)(int*,int*,double*);
extern "C" void FORTRAN(srtbon1,SRTBON1)(int*,int*,double*,int*);
extern "C" void FORTRAN(molec,MOLEC)();
extern "C" void FORTRAN(encalc,ENCALC)();
extern "C" void FORTRAN(getswb,GETSWB)(double*);