git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11722 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2014-04-07 14:34:20 +00:00
parent b3fdf339f0
commit 2f7b90b868
1 changed files with 1 additions and 1 deletions

View File

@ -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);