Rename ffopen and ffclose to gmx_ff*.
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / nm2type.c
index 8e1dac95d581c921720235c94d6f476d5cd5211a..1118100847ef9873afd7d2b03338b388cdd9de74 100644 (file)
@@ -126,7 +126,7 @@ static void rd_nm2type_file(const char *fn, int *nnm, t_nm2type **nmp)
         }
     }
     while (bCont);
-    ffclose(fp);
+    gmx_ffclose(fp);
 
     *nnm = nnnm;
     *nmp = nm2t;