Skip to content
Snippets Groups Projects
Commit 8171be4c authored by Pietro Incardona's avatar Pietro Incardona
Browse files

With yaser merge

parent 36efc9ff
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment