Rename all source files from - to _ for consistency.
[alexxy/gromacs.git] / src / gromacs / ewald / pme_load_balancing.cpp
similarity index 99%
rename from src/gromacs/ewald/pme-load-balancing.cpp
rename to src/gromacs/ewald/pme_load_balancing.cpp
index a975b49788c517b1c8bba48e498109ee63f39396..8ff5939072338d9b96b05c6ca7f491a289e3932d 100644 (file)
@@ -43,7 +43,7 @@
  */
 #include "gmxpre.h"
 
-#include "pme-load-balancing.h"
+#include "pme_load_balancing.h"
 
 #include <cassert>
 #include <cmath>
@@ -55,7 +55,7 @@
 #include "gromacs/domdec/domdec_network.h"
 #include "gromacs/domdec/domdec_struct.h"
 #include "gromacs/domdec/partition.h"
-#include "gromacs/ewald/ewald-utils.h"
+#include "gromacs/ewald/ewald_utils.h"
 #include "gromacs/ewald/pme.h"
 #include "gromacs/fft/calcgrid.h"
 #include "gromacs/gmxlib/network.h"
@@ -79,7 +79,7 @@
 #include "gromacs/utility/smalloc.h"
 #include "gromacs/utility/strconvert.h"
 
-#include "pme-internal.h"
+#include "pme_internal.h"
 
 /*! \brief Parameters and settings for one PP-PME setup */
 struct pme_setup_t {