Rename ffopen and ffclose to gmx_ff*.
[alexxy/gromacs.git] / src / gromacs / gmxlib / atomprop.c
index cbce2a6bb2e0467eafe002018c8727dfa8cd0d21..41ee4e18eb6e4044f77c6e68356fd0c68d84758b 100644 (file)
@@ -238,7 +238,7 @@ static void read_prop(gmx_atomprop_t aps, int eprop, double factor)
     }
 
     /* for libraries we can use the low-level close routines */
-    ffclose(fp);
+    gmx_ffclose(fp);
 
     ap->bSet = TRUE;
 }