From 8171be4c73ae15101fcbe0342ab7479138ff58a3 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Wed, 19 Jul 2017 09:18:44 +0200
Subject: [PATCH] With yaser merge

---
 install | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/install b/install
index 380898f59..ac486d65c 100755
--- a/install
+++ b/install
@@ -10,9 +10,9 @@ source script/conf_PETSC
 source script/update_openfpm
 
 ### switch to the branch
-b_switch=`git rev-parse --abbrev-ref HEAD`
-b_switch=
-#b_switch=$(cat switch_branch)
+#b_switch=`git rev-parse --abbrev-ref HEAD`
+#b_switch=
+b_switch=$(cat switch_branch)
 if [ x"$b_switch" != x"" ]; then
         git checkout $b_switch
 	rm switch_branch
-- 
GitLab