restore bugfix

This commit is contained in:
Axel Kohlmeyer
2015-12-24 07:47:29 -05:00
parent b921253f3f
commit 47e8ef8cc7

View File

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