Rename ffopen and ffclose to gmx_ff*.
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_h2order.c
index 4a186c5644b30e3192717fa4d20709ddff712800..17a0bf5abcd1d50f0426c33abc208905d10ca437 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.
@@ -257,7 +257,7 @@ void h2order_plot(rvec dipole[], real order[], const char *afile,
                 factor*dipole[slice][ZZ], order[slice]);
     }
 
-    ffclose(ord);
+    gmx_ffclose(ord);
 }
 
 int gmx_h2order(int argc, char *argv[])