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

@ -461,7 +461,7 @@ void PairCDEAM::read_h_coeff(char *filename)
FILE *fp;
char line[MAXLINE];
char nextline[MAXLINE];
fp = fopen(filename,"r");
fp = open_potential(filename);
if (fp == NULL) {
char str[128];
sprintf(str,"Cannot open EAM potential file %s", filename);