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

This commit is contained in:
sjplimp
2014-02-12 14:54:35 +00:00
parent 958a442beb
commit ef9af34f32

View File

@ -343,7 +343,7 @@ void PairTable::read_table(Table *tb, char *file, char *keyword)
// open file
FILE *fp = fopen(file,"r");
FILE *fp = open_potential(file);
if (fp == NULL) {
char str[128];
sprintf(str,"Cannot open file %s",file);