Rename all source files from - to _ for consistency.
[alexxy/gromacs.git] / src / gromacs / ewald / calculate_spline_moduli.cpp
similarity index 97%
rename from src/gromacs/ewald/calculate-spline-moduli.cpp
rename to src/gromacs/ewald/calculate_spline_moduli.cpp
index d25620e9cb8654ae4b3b74ef6dea47193c83daf2..ac2136e5c0fa173be1ee007609958d41de25e698 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,2014,2015,2016,2017, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2016,2017,2019, 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.
@@ -36,7 +36,7 @@
  */
 #include "gmxpre.h"
 
-#include "calculate-spline-moduli.h"
+#include "calculate_spline_moduli.h"
 
 #include <cmath>
 
@@ -48,7 +48,7 @@
 #include "gromacs/utility/gmxassert.h"
 #include "gromacs/utility/smalloc.h"
 
-#include "pme-internal.h"
+#include "pme_internal.h"
 
 static void make_dft_mod(real *mod,
                          const double *data, int splineOrder, int ndata)