forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11722 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
b3fdf339f0
commit
2f7b90b868
|
@ -94,7 +94,7 @@ void PairTersoffZBLOMP::read_file(char *file)
|
|||
|
||||
FILE *fp;
|
||||
if (comm->me == 0) {
|
||||
fp = open_potential(file);
|
||||
fp = force->open_potential(file);
|
||||
if (fp == NULL) {
|
||||
char str[128];
|
||||
sprintf(str,"Cannot open Tersoff potential file %s",file);
|
||||
|
|
Loading…
Reference in New Issue