Rename ffopen and ffclose to gmx_ff*.
[alexxy/gromacs.git] / src / gromacs / pulling / pull_rotation.c
index edd84a4f3ebb3796b0a6062912b22cc080bd6cad..6ae8510d4867c72d507453e37227854260cb7d20 100644 (file)
@@ -771,7 +771,7 @@ static FILE *open_output_file(const char *fn, int steps, const char what[])
     FILE *fp;
 
 
-    fp = ffopen(fn, "w");
+    fp = gmx_ffopen(fn, "w");
 
     fprintf(fp, "# Output of %s is written in intervals of %d time step%s.\n#\n",
             what, steps, steps > 1 ? "s" : "");