From 35c7911808302f7bcbb06e8bcf7987c6f49614a1 Mon Sep 17 00:00:00 2001 From: Karl Hammond Date: Sat, 13 Aug 2022 17:49:39 -0500 Subject: [PATCH] One minor typo in fix_gpu.cpp; still trying to figure out what's tripping the non-compile elsewhere --- src/GPU/fix_gpu.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/GPU/fix_gpu.cpp b/src/GPU/fix_gpu.cpp index b0732bc52c..1488900aec 100644 --- a/src/GPU/fix_gpu.cpp +++ b/src/GPU/fix_gpu.cpp @@ -64,7 +64,7 @@ static const char cite_gpu_package[] = " doi = {10.1016/j.cpc.2010.12.021}\n" "}\n\n" "@Article{Brown12,\n" - " author = {W. M. Brown, A. Kohlmeyer, S. J. Plimpton, A. N. Tharrington},\n" + " author = {W. M. Brown and A. Kohlmeyer and S. J. Plimpton and A. N. Tharrington},\n" " title = {Implementing Molecular Dynamics on Hybrid High Performance Computers - Particle-Particle Particle-Mesh},\n" " journal = {Comput.\\ Phys.\\ Commun.},\n" " year = 2012,\n" @@ -73,7 +73,7 @@ static const char cite_gpu_package[] = " pages = {449--459}\n" "}\n\n" "@Article{Brown13,\n" - " author = {W. M. Brown, Y. Masako},\n" + " author = {W. M. Brown and Y. Masako},\n" " title = {Implementing Molecular Dynamics on Hybrid High Performance Computers---Three-Body Potentials},\n" " journal = {Comput.\\ Phys.\\ Commun.},\n" " year = 2013,\n" @@ -82,7 +82,7 @@ static const char cite_gpu_package[] = " doi = {10.1016/j.cpc.2013.08.002},\n" "}\n\n" "@Article{Trung15,\n" - " author = {T. D. Nguyen, S. J. Plimpton},\n" + " author = {T. D. Nguyen and S. J. Plimpton},\n" " title = {Accelerating Dissipative Particle Dynamics Simulations for Soft Matter Systems},\n" " journal = {Comput.\\ Mater.\\ Sci.},\n" " year = 2015,\n"