Rename ffopen and ffclose to gmx_ff*.
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_mdmat.c
index aa710c68d66d52838d80366c8154ed8def1255e4..43a9f0d21d1e37d8d0bc3a4d7d24b12ce8002b94 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -350,7 +350,7 @@ int gmx_mdmat(int argc, char *argv[])
     gmx_rmpbc_done(gpbc);
     if (bFrames)
     {
-        ffclose(out);
+        gmx_ffclose(out);
     }
 
     fprintf(stderr, "Processed %d frames\n", nframes);
@@ -395,7 +395,7 @@ int gmx_mdmat(int argc, char *argv[])
             fprintf(fp, "%3d  %8.3f  %3d  %8.3f  %3d  %8.3f\n",
                     i+1, ratio, tot_n[i], mean_n[i], natm[i], mean_n[i]/natm[i]);
         }
-        ffclose(fp);
+        gmx_ffclose(fp);
     }
 
     return 0;