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

This commit is contained in:
sjplimp
2014-04-04 16:40:17 +00:00
parent 1646c124b1
commit 0de9e4252b
32 changed files with 112 additions and 107 deletions

View File

@ -851,7 +851,7 @@ void PairTersoffTable::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);