1
Fork 0

Remove bypass in run_ola

This commit is contained in:
Edgar P. Burkhart 2022-05-03 12:24:30 +02:00
parent 9c386476fb
commit d8ef2cddfd
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,4 @@
#!/usr/bin/env sh
echo START
export cas="$1"
export inp_of="of_$cas"
export out_of="out_of_$cas"
@ -10,9 +9,7 @@ then echo $inp_of not found
exit 1
fi
echo 0
exit 0
echo START
cp -r --reflink $inp_of $out_of
pushd $out_of
source /opt/OpenFOAM/OpenFOAM-9/etc/bashrc