Rename all source files from - to _ for consistency.
[alexxy/gromacs.git] / src / gromacs / ewald / pme_gpu_internal.h
similarity index 98%
rename from src/gromacs/ewald/pme-gpu-internal.h
rename to src/gromacs/ewald/pme_gpu_internal.h
index 652c7f7aa5c3a07127ef600d774613252824dcf1..afe3bf65abcfce0c6e979b663796a106d9fa0631 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2016,2017,2018, by the GROMACS development team, led by
+ * Copyright (c) 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 @@
  *
  * \brief This file contains internal function definitions for performing the PME calculations on GPU.
  * These are not meant to be exposed outside of the PME GPU code.
- * As of now, their bodies are still in the common pme-gpu.cpp files.
+ * As of now, their bodies are still in the common pme_gpu.cpp files.
  *
  * \author Aleksei Iupinov <a.yupinov@gmail.com>
  * \ingroup module_ewald
@@ -50,7 +50,7 @@
 #include "gromacs/gpu_utils/gpu_macros.h"      // for the GPU_FUNC_ macros
 #include "gromacs/utility/arrayref.h"
 
-#include "pme-gpu-types-host.h"                     // for the inline functions accessing PmeGpu members
+#include "pme_gpu_types_host.h"                     // for the inline functions accessing PmeGpu members
 
 struct gmx_hw_info_t;
 struct gmx_gpu_opt_t;
@@ -356,7 +356,7 @@ void pme_gpu_reinit_3dfft(const PmeGpu *pmeGpu);
  */
 void pme_gpu_destroy_3dfft(const PmeGpu *pmeGpu);
 
-/* Several GPU event-based timing functions that live in pme-gpu-timings.cpp */
+/* Several GPU event-based timing functions that live in pme_gpu_timings.cpp */
 
 /*! \libinternal \brief
  * Finalizes all the active PME GPU stage timings for the current computation. Should be called at the end of every computation.
@@ -529,7 +529,7 @@ inline bool pme_gpu_is_testing(const PmeGpu *pmeGpu)
     return pmeGpu->settings.copyAllOutputs;
 }
 
-/* A block of C++ functions that live in pme-gpu-internal.cpp */
+/* A block of C++ functions that live in pme_gpu_internal.cpp */
 
 /*! \libinternal \brief
  * Returns the energy and virial GPU outputs, useful for testing.