Rename ffopen and ffclose to gmx_ff*.
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / tomorse.c
index e3b1ed7fdea6962d375a6984895f56a2c4cb78fa..fc2727df6077a24e68c780ca20c37e6d420faf76 100644 (file)
@@ -94,7 +94,7 @@ static t_2morse *read_dissociation_energies(int *n2morse)
         /* If we did not read three items, quit reading */
     }
     while (nread == 3);
-    ffclose(fp);
+    gmx_ffclose(fp);
 
     /* Set the return values */
     *n2morse = n2m;