Rename ffopen and ffclose to gmx_ff*.
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / resall.c
index 3b643ffe02367916aa34b8e7a8ace7edc18c03f5..b09f0819c20fc2d580f241d406fd72fea21ad72d 100644 (file)
@@ -93,7 +93,7 @@ gpp_atomtype_t read_atype(const char *ffdir, t_symtab *tab)
                 fprintf(stderr, "\rAtomtype %d", nratt+1);
             }
         }
-        ffclose(in);
+        gmx_ffclose(in);
         sfree(file[f]);
     }
     fprintf(stderr, "\n");
@@ -539,7 +539,7 @@ void read_resall(char *rrdb, int *nrtpptr, t_restp **rtp,
             }
         }
     }
-    ffclose(in);
+    gmx_ffclose(in);
     /* give back unused memory */
     srenew(rrtp, nrtp);