Rename all source files from - to _ for consistency.
[alexxy/gromacs.git] / src / gromacs / ewald / pme_solve.cpp
similarity index 99%
rename from src/gromacs/ewald/pme-solve.cpp
rename to src/gromacs/ewald/pme_solve.cpp
index 863b81ccee336d78cd2a8fa65cae09e002c86661..1e944bce10867d32826fd630e05bf73c3dc40df5 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.
@@ -37,7 +37,7 @@
 
 #include "gmxpre.h"
 
-#include "pme-solve.h"
+#include "pme_solve.h"
 
 #include <cmath>
 
@@ -51,7 +51,7 @@
 #include "gromacs/utility/exceptions.h"
 #include "gromacs/utility/smalloc.h"
 
-#include "pme-internal.h"
+#include "pme_internal.h"
 
 #if GMX_SIMD_HAVE_REAL
 /* Turn on arbitrary width SIMD intrinsics for PME solve */