From ef9af34f3225b5b7ae1538c46ccd2f13c24d7a15 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 12 Feb 2014 14:54:35 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11540 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/pair_table.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pair_table.cpp b/src/pair_table.cpp index d6ea173122..f12271a03a 100644 --- a/src/pair_table.cpp +++ b/src/pair_table.cpp @@ -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);