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

This commit is contained in:
sjplimp
2013-06-28 16:55:37 +00:00
parent 388c4d9cd6
commit 737e5e6c3d
22 changed files with 159 additions and 23 deletions

View File

@ -857,7 +857,7 @@ void PairTersoffTable::read_file(char *file)
FILE *fp;
if (comm->me == 0) {
fp = fopen(file,"r");
fp = open_potential(file);
if (fp == NULL) {
char str[128];
sprintf(str,"Cannot open Tersoff potential file %s",file);