Remove bypass in run_ola
This commit is contained in:
parent
9c386476fb
commit
d8ef2cddfd
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue