Rename all source files from - to _ for consistency.
[alexxy/gromacs.git] / src / gromacs / ewald / pme_spread.cpp
similarity index 99%
rename from src/gromacs/ewald/pme-spread.cpp
rename to src/gromacs/ewald/pme_spread.cpp
index 6ee5381967a77e66ac65be003cbe84a08e1b9123..deed63f025ac7a7f88167b58d17b3cae4d8fdd89 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,2018, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2016,2017,2018,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 "pme-spread.h"
+#include "pme_spread.h"
 
 #include "config.h"
 
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"
 
-#include "pme-grid.h"
-#include "pme-internal.h"
-#include "pme-simd.h"
-#include "pme-spline-work.h"
+#include "pme_grid.h"
+#include "pme_internal.h"
+#include "pme_simd.h"
+#include "pme_spline_work.h"
 
 /* TODO consider split of pme-spline from this file */
 
@@ -377,7 +377,7 @@ static void spread_coefficients_bsplines_thread(const pmegrid_t
 #define PME_SPREAD_SIMD4_ALIGNED
 #define PME_ORDER 4
 #endif
-#include "pme-simd4.h"
+#include "pme_simd4.h"
 #else
                     DO_BSPLINE(4);
 #endif
@@ -386,7 +386,7 @@ static void spread_coefficients_bsplines_thread(const pmegrid_t
 #ifdef PME_SIMD4_SPREAD_GATHER
 #define PME_SPREAD_SIMD4_ALIGNED
 #define PME_ORDER 5
-#include "pme-simd4.h"
+#include "pme_simd4.h"
 #else
                     DO_BSPLINE(5);
 #endif