Rename all source files from - to _ for consistency.
[alexxy/gromacs.git] / src / gromacs / ewald / pme_gather.cpp
similarity index 98%
rename from src/gromacs/ewald/pme-gather.cpp
rename to src/gromacs/ewald/pme_gather.cpp
index b939468ab6abad20435cc0863a5a7ff6e7e36bd8..0802005eabb0ff4e8fb0e4257ac0ae9e17e09026 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,2017,2018, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,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.
@@ -37,7 +37,7 @@
 
 #include "gmxpre.h"
 
-#include "pme-gather.h"
+#include "pme_gather.h"
 
 #include "gromacs/math/vec.h"
 #include "gromacs/simd/simd.h"
@@ -46,9 +46,9 @@
 #include "gromacs/utility/smalloc.h"
 #include "gromacs/utility/typetraits.h"
 
-#include "pme-internal.h"
-#include "pme-simd.h"
-#include "pme-spline-work.h"
+#include "pme_internal.h"
+#include "pme_simd.h"
+#include "pme_spline_work.h"
 
 using namespace gmx; // TODO: Remove when this file is moved into gmx namespace