From 575853b27a6bc49a1eae0f3c3b3af62d7e00b1e6 Mon Sep 17 00:00:00 2001 From: Eddy BARRAUD Date: Thu, 13 Jun 2024 17:11:54 +0200 Subject: [PATCH] correct headers' author --- lib/gpu/lal_dpd_coul_slater_long.cpp | 10 +++++----- lib/gpu/lal_dpd_coul_slater_long.cu | 2 +- lib/gpu/lal_dpd_coul_slater_long.h | 10 +++++----- lib/gpu/lal_dpd_coul_slater_long_ext.cpp | 10 +++++----- src/DPD-BASIC/pair_dpd_coul_slater_long.cpp | 2 +- src/GPU/pair_dpd_coul_slater_long_gpu.cpp | 2 +- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lib/gpu/lal_dpd_coul_slater_long.cpp b/lib/gpu/lal_dpd_coul_slater_long.cpp index a6ecf02320..a5aae33021 100644 --- a/lib/gpu/lal_dpd_coul_slater_long.cpp +++ b/lib/gpu/lal_dpd_coul_slater_long.cpp @@ -1,16 +1,16 @@ /*************************************************************************** - dpd.cpp + lal_dpd_coul_slater_long.cpp ------------------- - Trung Dac Nguyen (ORNL) + Eddy BARRAUD (IFPEN/Sorbonne) - Class for acceleration of the dpd pair style. + Class for acceleration of the dpd/coul/slater/long pair style. __________________________________________________________________________ This file is part of the LAMMPS Accelerator Library (LAMMPS_AL) __________________________________________________________________________ - begin : Jan 15, 2014 - email : nguyentd@ornl.gov + begin : May 28, 2024 + email : eddy.barraud@outlook.fr ***************************************************************************/ #if defined(USE_OPENCL) diff --git a/lib/gpu/lal_dpd_coul_slater_long.cu b/lib/gpu/lal_dpd_coul_slater_long.cu index c96626d444..7ec9a17eac 100644 --- a/lib/gpu/lal_dpd_coul_slater_long.cu +++ b/lib/gpu/lal_dpd_coul_slater_long.cu @@ -3,7 +3,7 @@ // ------------------- // Trung Dac Nguyen (ORNL) // -// Device code for acceleration of the dpd pair style +// Device code for acceleration of the dpd/coul/slater/long pair style // // __________________________________________________________________________ // This file is part of the LAMMPS Accelerator Library (LAMMPS_AL) diff --git a/lib/gpu/lal_dpd_coul_slater_long.h b/lib/gpu/lal_dpd_coul_slater_long.h index 1571ccc570..2189c176a7 100644 --- a/lib/gpu/lal_dpd_coul_slater_long.h +++ b/lib/gpu/lal_dpd_coul_slater_long.h @@ -1,16 +1,16 @@ /*************************************************************************** - dpd.h + lal_dpd_coul_slater_long.h ------------------- - Trung Dac Nguyen (ORNL) + Eddy BARRAUD (IFPEN/Sorbonne) - Class for acceleration of the dpd pair style. + Class for acceleration of the dpd/coul/slater/long pair style. __________________________________________________________________________ This file is part of the LAMMPS Accelerator Library (LAMMPS_AL) __________________________________________________________________________ - begin : Jan 15, 2014 - email : nguyentd@ornl.gov + begin : May 28, 2024 + email : eddy.barraud@outlook.fr ***************************************************************************/ #ifndef LAL_DPD_CHARGED_H diff --git a/lib/gpu/lal_dpd_coul_slater_long_ext.cpp b/lib/gpu/lal_dpd_coul_slater_long_ext.cpp index 618a3c2cde..f575b8455f 100644 --- a/lib/gpu/lal_dpd_coul_slater_long_ext.cpp +++ b/lib/gpu/lal_dpd_coul_slater_long_ext.cpp @@ -1,16 +1,16 @@ /*************************************************************************** - dpd_ext.cpp + lal_dpd_coul_slater_long_ext.cpp ------------------- - Trung Dac Nguyen (ORNL) + Eddy BARRAUD (IFPEN/Sorbonne) - Functions for LAMMPS access to dpd acceleration routines. + Functions for LAMMPS access to dpd/coul/slater/long acceleration routines. __________________________________________________________________________ This file is part of the LAMMPS Accelerator Library (LAMMPS_AL) __________________________________________________________________________ - begin : Jan 15, 2014 - email : nguyentd@ornl.gov + begin : May 28, 2024 + email : eddy.barraud@outlook.fr ***************************************************************************/ #include diff --git a/src/DPD-BASIC/pair_dpd_coul_slater_long.cpp b/src/DPD-BASIC/pair_dpd_coul_slater_long.cpp index 2a9f12ad07..46c5230f43 100644 --- a/src/DPD-BASIC/pair_dpd_coul_slater_long.cpp +++ b/src/DPD-BASIC/pair_dpd_coul_slater_long.cpp @@ -13,7 +13,7 @@ ------------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- - Contributing author: Kurt Smith (U Pittsburgh) + Contributing author: Eddy BARRAUD (IFPEN/Sorbonne) ------------------------------------------------------------------------- */ #include "pair_dpd_coul_slater_long.h" diff --git a/src/GPU/pair_dpd_coul_slater_long_gpu.cpp b/src/GPU/pair_dpd_coul_slater_long_gpu.cpp index 459f86b0bc..2cfaa7b737 100644 --- a/src/GPU/pair_dpd_coul_slater_long_gpu.cpp +++ b/src/GPU/pair_dpd_coul_slater_long_gpu.cpp @@ -12,7 +12,7 @@ ------------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- - Contributing author: Trung Dac Nguyen (ORNL) + Contributing author: Eddy BARRAUD (IFPEN/Sorbonne) ------------------------------------------------------------------------- */ #include "pair_dpd_coul_slater_long_gpu.h"