changed author

This commit is contained in:
Gurgen
2021-05-12 00:40:38 +03:00
parent 5865ced9c7
commit 442a829b1e
4 changed files with 7 additions and 7 deletions

View File

@ -1,13 +1,13 @@
/*************************************************************************** /***************************************************************************
lj_smooth.cpp lj_smooth.cpp
------------------- -------------------
W. Michael Brown (ORNL) Gurgen Melikyan (HSE University)
Class for acceleration of the lj/smooth pair style. Class for acceleration of the lj/smooth pair style.
__________________________________________________________________________ __________________________________________________________________________
This file is part of the LAMMPS Accelerator Library (LAMMPS_AL) This file is part of the LAMMPS Accelerator Library (LAMMPS_AL)
__________________________________________________________________________ __________________________________________________________________________
begin : begin :
email : brownw@ornl.gov email : gkmeliyan@edu.hse.ru
***************************************************************************/ ***************************************************************************/
#if defined(USE_OPENCL) #if defined(USE_OPENCL)

View File

@ -1,7 +1,7 @@
// ************************************************************************** // **************************************************************************
// lj_smooth.cu // lj_smooth.cu
// ------------------- // -------------------
// W. Michael Brown (ORNL) // Gurgen Melikyan (HSE University)
// //
// Device code for acceleration of the lj/smooth pair style // Device code for acceleration of the lj/smooth pair style
// //
@ -10,7 +10,7 @@
// __________________________________________________________________________ // __________________________________________________________________________
// //
// begin : // begin :
// email : brownw@ornl.gov // email : gkmeliyan@edu.hse.ru
// *************************************************************************** // ***************************************************************************
#if defined(NV_KERNEL) || defined(USE_HIP) #if defined(NV_KERNEL) || defined(USE_HIP)

View File

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
lj_smooth.h lj_smooth.h
------------------- -------------------
G. Melikyan Gurgen Melikyan (HSE University)
Class for acceleration of the lj/smooth pair style. Class for acceleration of the lj/smooth pair style.
__________________________________________________________________________ __________________________________________________________________________
This file is part of the LAMMPS Accelerator Library (LAMMPS_AL) This file is part of the LAMMPS Accelerator Library (LAMMPS_AL)

View File

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
lj_smooth_ext.cpp lj_smooth_ext.cpp
------------------- -------------------
W. Michael Brown (ORNL) Gurgen Melikyan (HSE University)
Functions for LAMMPS access to lj/smooth acceleration routines. Functions for LAMMPS access to lj/smooth acceleration routines.
@ -10,7 +10,7 @@
__________________________________________________________________________ __________________________________________________________________________
begin : begin :
email : brownw@ornl.gov email : gkmeliyan@edu.hse.ru
***************************************************************************/ ***************************************************************************/
#include <iostream> #include <iostream>