Rename ffopen and ffclose to gmx_ff*.
[alexxy/gromacs.git] / src / gromacs / gmxlib / readinp.c
index a8a46d66b00aa32e0b7735f4f322668ea1e6e226..cd665652b46af74e6b86a895ab0cd93d140622d0 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.
@@ -68,7 +68,7 @@ t_inpfile *read_inpfile(const char *fn, int *ninp,
         fprintf(debug, "Reading MDP file %s\n", fn);
     }
 
-    in = ffopen(fn, "r");
+    in = gmx_ffopen(fn, "r");
 
     nin = lc  = 0;
     do
@@ -201,7 +201,7 @@ t_inpfile *read_inpfile(const char *fn, int *ninp,
     }
     while (ptr);
 
-    ffclose(in);
+    gmx_ffclose(in);
 
     if (debug)
     {