Skip to content

Commit a69bc8e

Browse files
Update tools/cleaning-tools.sh
Co-authored-by: Benjamin Uekermann <benjamin.uekermann@gmail.com>
1 parent 410f97c commit a69bc8e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tools/cleaning-tools.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,6 @@ clean_gismo(){
201201
set -e -u
202202
cd "$1"
203203
echo "- Cleaning up G+Smo case in $(pwd)"
204-
for ext in pvd vts vtp log txt; do
205-
for file in **/*."$ext"; do
206-
# Check if the file exists
207-
[ -f "$file" ] && rm -f "$file"
208-
done
209-
done
210-
rm -fv pointData.csv
211204
rm -rfv ./output/
212205
clean_precice_logs .
213206
clean_case_logs .

0 commit comments

Comments
 (0)