From dd822848b48e9daaa0c1f584e1ca4f3d1fc079fe Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 28 Jun 2021 10:47:28 -0400 Subject: [PATCH] add doi to citations --- src/USER-DIFFRACTION/compute_saed.cpp | 2 +- src/USER-DIFFRACTION/compute_xrd.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/USER-DIFFRACTION/compute_saed.cpp b/src/USER-DIFFRACTION/compute_saed.cpp index 4de34cb339..e5af83ca92 100644 --- a/src/USER-DIFFRACTION/compute_saed.cpp +++ b/src/USER-DIFFRACTION/compute_saed.cpp @@ -38,7 +38,7 @@ using namespace LAMMPS_NS; using namespace MathConst; static const char cite_compute_saed_c[] = - "compute_saed command:\n\n" + "compute_saed command: doi:10.1088/0965-0393/21/5/055020\n\n" "@Article{Coleman13,\n" " author = {S. P. Coleman, D. E. Spearot, L. Capolungo},\n" " title = {Virtual diffraction analysis of Ni [010] symmetric tilt grain boundaries},\n" diff --git a/src/USER-DIFFRACTION/compute_xrd.cpp b/src/USER-DIFFRACTION/compute_xrd.cpp index 81f420cd9d..c6cf7be2ce 100644 --- a/src/USER-DIFFRACTION/compute_xrd.cpp +++ b/src/USER-DIFFRACTION/compute_xrd.cpp @@ -39,7 +39,7 @@ using namespace LAMMPS_NS; using namespace MathConst; static const char cite_compute_xrd_c[] = - "compute_xrd command:\n\n" + "compute_xrd command: doi:10.1088/0965-0393/21/5/055020\n\n" "@Article{Coleman13,\n" " author = {S. P. Coleman, D. E. Spearot, L. Capolungo},\n" " title = {Virtual diffraction analysis of Ni [010] symmetric tilt grain boundaries},\n"