From 99764801c9d2588a53d75b45ec8fc7acbcb9e190 Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Fri, 15 Jan 2016 18:39:02 +0100
Subject: [PATCH] fixed headers

---
 src/bias/ActionRegister.h | 4 ++--
 src/bias/Bias.h           | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/bias/ActionRegister.h b/src/bias/ActionRegister.h
index 90d6ccb53..59c08864d 100644
--- a/src/bias/ActionRegister.h
+++ b/src/bias/ActionRegister.h
@@ -19,7 +19,7 @@
    You should have received a copy of the GNU Lesser General Public License
    along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
-#ifndef __PLUMED_bias/_ActionRegister_h
-#define __PLUMED_bias/_ActionRegister_h
+#ifndef __PLUMED_bias_ActionRegister_h
+#define __PLUMED_bias_ActionRegister_h
 #include "core/ActionRegister.h"
 #endif
diff --git a/src/bias/Bias.h b/src/bias/Bias.h
index 75b1db06a..9dbbc7237 100644
--- a/src/bias/Bias.h
+++ b/src/bias/Bias.h
@@ -19,8 +19,8 @@
    You should have received a copy of the GNU Lesser General Public License
    along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
-#ifndef __PLUMED_bias/_Bias_h
-#define __PLUMED_bias/_Bias_h
+#ifndef __PLUMED_bias_Bias_h
+#define __PLUMED_bias_Bias_h
 
 #include "core/ActionPilot.h"
 #include "core/ActionWithValue.h"
-- 
GitLab