postprocess for segregation

This commit is contained in:
Hamidreza
2025-07-08 01:06:25 +03:30
parent 94f892f06f
commit a3c3ca1b84
11 changed files with 459 additions and 199 deletions

View File

@ -3,5 +3,5 @@ cd ${0%/*} || exit 1 # Run from this directory
ls | grep -P "^(([0-9]+\.?[0-9]*)|(\.[0-9]+))$" | xargs -d"\n" rm -rf
rm -rf VTK
rm -rf postprocessData
#------------------------------------------------------------------------------