Rename ffopen and ffclose to gmx_ff*.
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / xlate.c
index 36aeda4fba52ca3365952f3b649737668ed09794..fed4c8b73e3a2ac05767ede79bdbb1a36ee5658f 100644 (file)
@@ -163,7 +163,7 @@ void rename_atoms(const char *xlfile, const char *ffdir,
         {
             fp = fflib_open(f[i]);
             get_xlatoms(f[i], fp, &nxlate, &xlatom);
-            ffclose(fp);
+            gmx_ffclose(fp);
             sfree(f[i]);
         }
         sfree(f);