This patch moves the statistics library to its own dir.
[alexxy/gromacs.git] / src / gromacs / statistics / statistics.c
similarity index 99%
rename from src/gromacs/gmxlib/statistics/gmx_statistics.c
rename to src/gromacs/statistics/statistics.c
index fb8726ffdc397b9a7bb11806a9b401cc2d964e50..0a984ae462b79e398e52101184cee6e0bbb1d226 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) 2012, by the GROMACS development team, led by
+ * Copyright (c) 2012,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.
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
+#include "statistics.h"
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
-
 #include <math.h>
 #include "typedefs.h"
 #include "smalloc.h"
 #include "vec.h"
-#include "gmx_statistics.h"
 
 static int gmx_dnint(double x)
 {