Rename GpuBonded into ListedForcesGpu
[alexxy/gromacs.git] / src / gromacs / listed_forces / listed_forces_gpu_impl.h
similarity index 97%
rename from src/gromacs/listed_forces/gpubonded_impl.h
rename to src/gromacs/listed_forces/listed_forces_gpu_impl.h
index 5e66c52eea3802e77153fbd0860703046010e8fc..902ceb24c400194c0185596874ccde83220d8de6 100644 (file)
  *
  * \ingroup module_listed_forces
  */
-#ifndef GMX_LISTED_FORCES_GPUBONDED_IMPL_H
-#define GMX_LISTED_FORCES_GPUBONDED_IMPL_H
+#ifndef GMX_LISTED_FORCES_LISTED_FORCES_GPU_IMPL_H
+#define GMX_LISTED_FORCES_LISTED_FORCES_GPU_IMPL_H
 
 #include "gromacs/gpu_utils/device_context.h"
 #include "gromacs/gpu_utils/gputraits.cuh"
 #include "gromacs/gpu_utils/hostallocator.h"
-#include "gromacs/listed_forces/gpubonded.h"
+#include "gromacs/listed_forces/listed_forces_gpu.h"
 #include "gromacs/pbcutil/pbc_aiuc.h"
 
 struct gmx_ffparams_t;
@@ -122,7 +122,7 @@ struct BondedCudaKernelParameters
 };
 
 /*! \internal \brief Implements GPU bondeds */
-class GpuBonded::Impl
+class ListedForcesGpu::Impl
 {
 public:
     //! Constructor
@@ -211,4 +211,4 @@ private:
 
 } // namespace gmx
 
-#endif
+#endif // GMX_LISTED_FORCES_LISTED_FORCES_GPU_IMPL_H