From 2cacb45b08e220a9da82aafae34a34e5209e16c3 Mon Sep 17 00:00:00 2001
From: Gareth Tribello <gareth.tribello@gmail.com>
Date: Wed, 22 Jun 2016 09:37:24 +0100
Subject: [PATCH] Fixed manual for PCA

---
 src/analysis/PCA.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/analysis/PCA.cpp b/src/analysis/PCA.cpp
index 1a9f5d2dd..65858d019 100644
--- a/src/analysis/PCA.cpp
+++ b/src/analysis/PCA.cpp
@@ -27,7 +27,7 @@
 #include "reference/ReferenceValuePack.h"
 #include "core/ActionRegister.h"
 
-//+PLUMEDOC ANALYSIS PCA
+//+PLUMEDOC DIMRED PCA
 /* 
 Perform principal component analysis (PCA) using either the positions of the atoms a large number of collective variables as input.
 
-- 
GitLab