From c9c8353f3a1c85dfc264c27a89c5e88dc3fcabc6 Mon Sep 17 00:00:00 2001 From: Carlo Camilloni <carlo.camilloni@gmail.com> Date: Fri, 21 Oct 2016 13:51:05 +0200 Subject: [PATCH] DRMSD: one more doc fix [makedoc] --- src/colvar/DRMSD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colvar/DRMSD.cpp b/src/colvar/DRMSD.cpp index 5507e42d0..ef8376b42 100644 --- a/src/colvar/DRMSD.cpp +++ b/src/colvar/DRMSD.cpp @@ -90,7 +90,7 @@ END In this example the INTER-DRMSD type ensures that the set of distances from which the final quantity is computed involve one atom from each of the two molecules. If this is replaced -by INTRA-RMSD then only those distances involving pairs of atoms that are both in the same +by INTRA-DRMSD then only those distances involving pairs of atoms that are both in the same molecule are computed. */ -- GitLab