From e8e861ca7b402b578bbc589d10b8c07ac06dc9ea Mon Sep 17 00:00:00 2001 From: carlocamilloni <carlo.camilloni@gmail.com> Date: Tue, 18 Dec 2018 11:50:46 +0100 Subject: [PATCH] SAXS: bibliography --- src/isdb/SAXS.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/isdb/SAXS.cpp b/src/isdb/SAXS.cpp index 5de552c90..e4a721047 100644 --- a/src/isdb/SAXS.cpp +++ b/src/isdb/SAXS.cpp @@ -354,8 +354,10 @@ SAXS::SAXS(const ActionOptions&ao): if(bessel&&i>0&&q_list[i]<q_list[i-1]) plumed_merror("With BESSEL the Q values should be ordered from the smallest to the largest"); } log<<" Bibliography "; - log<<plumed.cite("Jussupow, et al. (in preparation)"); - if(martini) log<<plumed.cite("Niebling, Björling, Westenhoff, J Appl Crystallogr 47, 1190–1198 (2014)."); + if(martini) { + log<<plumed.cite("Niebling, Björling, Westenhoff, J Appl Crystallogr 47, 1190–1198 (2014)."); + log<<plumed.cite("Paissoni, Jussupow, Camilloni, bioRxiv 444901."); + } if(atomistic) { log<<plumed.cite("Fraser, MacRae, Suzuki, J. Appl. Crystallogr., 11, 693–694 (1978)."); log<<plumed.cite("Brown, Fox, Maslen, O'Keefe, Willis, International Tables for Crystallography C, 554–595 (International Union of Crystallography, 2006)."); -- GitLab