git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11561 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -218,7 +218,7 @@ void PairList::settings(int narg, char **arg)
|
||||
if (strcmp(arg[2],"check") == 0) check_flag = 1;
|
||||
}
|
||||
|
||||
FILE *fp = fopen(arg[0],"r");
|
||||
FILE *fp = open_potential(arg[0]);
|
||||
char line[1024];
|
||||
if (fp == NULL)
|
||||
error->all(FLERR,"Cannot open pair list file");
|
||||
|
||||
Reference in New Issue
Block a user