more dead code and some whitespace cleanup

This commit is contained in:
Axel Kohlmeyer
2016-06-08 09:34:39 -04:00
parent 01e94eca90
commit ffc7fbcbd4
6 changed files with 275 additions and 296 deletions

View File

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